Skip to content

agent: Don't require stream names to parse remote SDP

Jakub Adam requested to merge xhaakon/libnice:parse-remote-sdp into master

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 5972db04.

Merge request reports