diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-12-12 11:49:09 +0000 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-01-31 01:48:59 -0500 |
commit | 11f04d6cbd3772f4fafc503b477de6517bab1e68 (patch) | |
tree | f7bfead39d671372a4de98f68edd387237cd71f4 /docs | |
parent | 949f979a98498d8ceab2a70696f1dbdc9ab96b7f (diff) | |
download | libnice-11f04d6cbd3772f4fafc503b477de6517bab1e68.tar.gz |
agent: Add nice_agent_build_io_stream() API
This allows creation of a NiceIOStream from an existing NiceAgent
instance.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libnice/libnice-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt index 57fed70..74fdb24 100644 --- a/docs/reference/libnice/libnice-sections.txt +++ b/docs/reference/libnice/libnice-sections.txt @@ -40,6 +40,7 @@ nice_agent_generate_local_candidate_sdp nice_agent_parse_remote_sdp nice_agent_parse_remote_stream_sdp nice_agent_parse_remote_candidate_sdp +nice_agent_build_io_stream <SUBSECTION Standard> NICE_AGENT NICE_IS_AGENT |