diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2013-02-05 18:21:39 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2013-02-05 18:21:39 -0500 |
commit | d70b197388147de70de1a0866895242b90f9d955 (patch) | |
tree | 165cc8b0cf12b8d1437ccf4b41bbe3aa3b14a980 /docs | |
parent | 4ef4f8f7b7210290486be0a37db28bd79bec8276 (diff) | |
download | libnice-d70b197388147de70de1a0866895242b90f9d955.tar.gz |
Add new parsing API, for stream and candidates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libnice/libnice-sections.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt index 043e8d8..8da7505 100644 --- a/docs/reference/libnice/libnice-sections.txt +++ b/docs/reference/libnice/libnice-sections.txt @@ -30,8 +30,13 @@ nice_agent_set_software nice_agent_restart nice_agent_set_stream_name nice_agent_get_stream_name +nice_agent_get_default_local_candidate nice_agent_generate_local_sdp +nice_agent_generate_local_stream_sdp +nice_agent_generate_local_canidate_sdp nice_agent_parse_remote_sdp +nice_agent_parse_remote_stream_sdp +nice_agent_parse_remote_candidate_sdp <SUBSECTION Standard> NICE_AGENT NICE_IS_AGENT |