This change adds a flag, use_sctpmap, to DataContentDescription. The deserialization code sets the flag based on the format of the m= line. There were already unit tests using SDP in the new format, so I just updated them to check use_sctpmap was set as expected. The change to mediasession copies use_sctpmap from the offered DataContentDescription to the answer. I haven't figured out how to test this change yet, but wanted to get feedback before continuing. BUG=chromium:686212 Review-Url: https://codereview.webrtc.org/2690943011 Cr-Commit-Position: refs/heads/master@{#16686}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.