commit | 12771a19103b8d8f037f67f41299a8256881764d | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Tue Jan 03 13:53:47 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 03 21:53:47 2017 +0000 |
tree | c40017bcb2d7e032e45250d247a0b2b0815b0ec8 | |
parent | 7be1987b755813d0ec961d24067be21007bc6f14 [diff] |
Relax parsing of a=bundle-only with a nonzero port. This use of a=bundle-only is unspecified, but not disallowed, so it should simply result in the attribute being ignored, not a parse failure. Note that older versions of Firefox may generate SDP with a=bundle-only and a nonzero port, so this also fixes an interop issue. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1325991 BUG=webrtc:4674 Review-Url: https://codereview.webrtc.org/2609863003 Cr-Commit-Position: refs/heads/master@{#15890}
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.