commit | 897d08ef1b314e8d8fcd24d1dcfba820cb2501b7 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Thu Apr 20 00:57:25 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 20 07:57:25 2017 +0000 |
tree | 8883f704a2e618ffcc4e68ebe13e39954ee91f06 | |
parent | f963dda877fbc5e2f81a7ef988472143aa76f782 [diff] |
Fixing bug that results in incorrect ICE role with ICE lite endpoints. There's some code that resets the ICE role on an ICE restart (behavior that's specified in ICE, but removed from ICEbis). And it wasn't taking into account that the remote endpoint may be an ICE lite endpoint, in which case the WebRTC endpoint's role should always be "controlling". BUG=chromium:710760 Review-Url: https://codereview.webrtc.org/2812173003 Cr-Commit-Position: refs/heads/master@{#17779}
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.