commit | b2d355ed1f978e0f25c3998a61d79877f622d601 | [log] [tgz] |
---|---|---|
author | Zhi Huang <zhihuang@webrtc.org> | Fri Oct 27 00:26:37 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 27 01:07:27 2017 |
tree | 08eb937d3b7229830aca0d211a201f4f02b9a6d2 | |
parent | 36b28db88758d54270d7ad8452034a5b4395b152 [diff] |
Reland: Reject the description with fewer m= sections. If the subsequent offer contains fewer m= sections than the existing description, it would be rejected. The helper method MediaSectionsInSameOrder is modified and it will compare the number of m= sections before matching the media type. The original CL: https://webrtc-review.googlesource.com/c/src/+/9621 Reland it after the web-platform-tests are updated: https://chromium-review.googlesource.com/c/chromium/src/+/736318 TBR=deadbeef@webrtc.org Bug: chromium:773620 Change-Id: I60e972eb856efc3cef4a18777791053c9f8e0491 Reviewed-on: https://webrtc-review.googlesource.com/16382 Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Commit-Queue: Zhi Huang <zhihuang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20455}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.