DescriptionAccept SDP with TRANSPORT attributes missing from bundled m= sections.
Where "TRANSPORT attributes" refers to:
https://tools.ietf.org/html/draft-ietf-mmusic-sdp-mux-attributes-16
The BUNDLE draft now says that these attributes can
(in fact, MUST) be omitted when m= sections are bundled
(they only need to go in one of the bundled m= sections),
so we should start accepting that SDP.
This CL doesn't fix "a=rtcp-mux", unfortunately. That will be easier
to fix once we've split apart an "RtpTransport" object from
BaseChannel.
BUG=webrtc:6351
Review-Url: https://codereview.webrtc.org/2647593003
Cr-Commit-Position: refs/heads/master@{#16782}
Committed: https://chromium.googlesource.com/external/webrtc/+/b7892536616aae4582ac6edb76bac14a00ea7937
Patch Set 1 #Patch Set 2 : Fix "a=fingerprint" too. #
Total comments: 19
Patch Set 3 : Merge with master #Patch Set 4 : Improving comments and variable naming #Patch Set 5 : Merge with master #Patch Set 6 : Fixing tests due to bool's meaning being reversed in patchset 4 #
Messages
Total messages: 24 (13 generated)
|