Commit 2342544a authored by Kai Vehmanen's avatar Kai Vehmanen

Added section on handling ICE restarts to design document.

darcs-hash:20070705093243-77cd4-e71620de121c0c8ca69e221015c7de582e687ef7.gz
parent 960c54f1
...@@ -147,6 +147,17 @@ Special considerations for a SIP client: ...@@ -147,6 +147,17 @@ Special considerations for a SIP client:
components are ready), "new-selected-pair" (which candidates components are ready), "new-selected-pair" (which candidates
are selected) and "new-remote-candidate" (peer-reflexive are selected) and "new-remote-candidate" (peer-reflexive
candidates discovered during processing) signals. candidates discovered during processing) signals.
- Supporting forked calls is not yet supported by the API (multiple
sets of remote candidates for one local set of candidates).
Restarting ICE:
- ICE processing can be restarted by calling nice_agent_set_remote_candidates()
again for a stream.
- To use the "dribble" mode, client first has to restart the stream with
calling nice_agent_set_remote_candidates() with an empty set of
candidates, and then start adding new remote candidates with
nice_agent_add_remote_candidate().
Notes about sending media: Notes about sending media:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment