commit | 653b8e02f22c9b6ba38be1cf4c0fa101894a9407 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Wed Nov 11 20:55:10 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 11 20:55:18 2015 |
tree | a946eda6882c1dfb9ca40b7caea18609e1429a5a | |
parent | 9b72af94cd61782ada88f777b07854daf9657bb2 [diff] |
Reland of Adding the ability to change ICE servers through SetConfiguration. (patchset #1 id:1 of https://codereview.webrtc.org/1424803004/ ) Reason for revert: Relanding with compile warning fixed. Original issue's description: > Revert of Adding the ability to change ICE servers through SetConfiguration. (patchset #7 id:120001 of https://codereview.webrtc.org/1391013007/ ) > > Reason for revert: > Caused compiler warning, breaking Chrome FYI bots. > > Original issue's description: > > Adding the ability to change ICE servers through SetConfiguration. > > > > Added a SetIceServers method to PortAllocator. Also added a new > > PeerConnection Initialize method that takes a PortAllocator, in the > > hope that we can get rid of PortAllocatorFactoryInterface, since the > > only substantial thing a factory does is convert the webrtc:: ICE > > servers to cricket:: versions. > > > > Committed: https://crrev.com/d3b26d94399ff539db375a9b84010ee75479d4cf > > Cr-Commit-Position: refs/heads/master@{#10420} > > TBR=pthatcher@webrtc.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/18a944bf0ac9eed872dc009bd58e6bc12c946303 > Cr-Commit-Position: refs/heads/master@{#10421} TBR=pthatcher@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1414313003 Cr-Commit-Position: refs/heads/master@{#10609}
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.