commit | 3e8016e1d51e6db21a51b7fcf308b8904aee2f66 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Fri Aug 04 00:49:30 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 04 00:49:30 2017 |
tree | 0933502a1751ff875b58945734bdf967c0496be8 | |
parent | d89b0bcc8ab9866f3c783492b9748a388a9aaccc [diff] |
Ignore "b=AS:-1" instead of treating as a hard error. Follow up to https://codereview.webrtc.org/2989243002/. It turns out that "b=AS:-1" was being used to mean "no bandwidth limit", even though just omitting "b=AS" completely will do that. So we should treat this as a soft error for now, and give applications time to transition to doing the standard thing. BUG=chromium:675361 Review-Url: https://codereview.webrtc.org/2995463002 Cr-Commit-Position: refs/heads/master@{#19244}
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.