summaryrefslogtreecommitdiff
path: root/agent/agent.h
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2018-12-14 10:45:37 +0100
committerJakub Adam <jakub.adam@collabora.com>2018-12-14 10:59:30 +0100
commited70ea09b6b283b25d3047443c00a14c8cb29e1a (patch)
tree355de9f506239ffe36e810d81751bbf8c78af80a /agent/agent.h
parentbeea9b38be4efb5723d75d63d5a63241efd505cb (diff)
agent: Don't require stream names to parse remote SDP
The streams are matched by the order in which they appear in the SDP, not by name, so insisting on local streams to have one makes no sense. This likely should have been removed in 5972db0.
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 520c4c5..93c835e 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -1487,15 +1487,6 @@ nice_agent_generate_local_candidate_sdp (
* Parse an SDP string and extracts candidates and credentials from it and sets
* them on the agent.
*
- <note>
- <para>
- This function will return an error if a stream has not been assigned a name
- with nice_agent_set_stream_name() as it becomes troublesome to assign the
- streams from the agent to the streams in the SDP.
- </para>
- </note>
- *
- *
* <para>See also: nice_agent_set_stream_name() </para>
* <para>See also: nice_agent_generate_local_sdp() </para>
* <para>See also: nice_agent_parse_remote_stream_sdp() </para>