Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Nov 2, 2008, 11:01:13 PM (15 years ago)
- Author:
-
Maiku
- Comment:
-
Merged connected and end signals into state-changed.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 43 | 43 | *_add_stream # Adds a stream/session/participant to the conference, automatically |
| 44 | 44 | creates participants and FsSessions as necessary |
| 45 | | *_remove_stream # Removes a stream/session/participant from the conference |
| 46 | | |
| 47 | 45 | *_add_candidate # Adds a single candidate to the stream (May not be necessary. Could alternately add a list) |
| 48 | 46 | *_set_candidates # Sets a list of candidates for the stream |
| … |
… |
|
| 57 | 55 | *_pause # Pauses a video stream/session/participant (sending and/or receiving?) |
| 58 | 56 | |
| 59 | | *_end # Ends a stream/session/participant/conference (removes the stream as well |
| 60 | | The difference between this and *_remove_stream is *_end signals |
| 61 | | (*_remove_stream may not be necessary)) |
| | 57 | *_end # Ends a stream/session/participant/conference |
| 62 | 58 | }}} |
| 63 | 59 | |
| … |
… |
|
| 69 | 65 | (possibly also wait for the user to click accept if they are the responder |
| 70 | 66 | otherwise we'll probably need an "accepted" signal) |
| 71 | | connected # signals when a new stream has connected (src-pad-added) (useful for raw-udp at least) |
| 72 | | end # Signals when a stream/session/participant/conference has ended |
| | 67 | state-changed # Has an enum state (containing such states as connected, end, and ice-specific values) |
| | 68 | Signals for stream/session/participant/conference |
| 73 | 69 | }}} |
| 74 | 70 | More signals may be necessary for different protocols. Jingle ice-udp may also need a new-candidate and/or new-candidate-pair and a codecs-changed equivalent |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!