commit | 4b2e0829caf40dd3e1bd28107b6f54002d73c2c8 | [log] [tgz] |
---|---|---|
author | zstein <zstein@webrtc.org> | Sat Feb 18 03:48:38 2017 |
committer | Commit bot <commit-bot@chromium.org> | Sat Feb 18 03:48:38 2017 |
tree | d7c8741aaec5eed9e3a41804cd070c937ba16bcb | |
parent | 2c546da52981af00301e50321bce7d76bc32aa6c [diff] |
Use the same draft version in SDP data channel answers as used in the offer. 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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.