commit | 062ce9fe3a1d8344bcbd6eedba9ec24eac9d3d3d | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Fri Aug 26 21:42:15 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sat Aug 27 04:42:20 2016 +0000 |
tree | 7975560cbadb1eb38d4c4b482c71047173861a64 | |
parent | f0bb360eca3556ef74d87e14095d18d7a34a556f [diff] |
Combining "SetTransportChannel" and "SetRtcpTransportChannel". The only real difference between the two is that SetRtcpTransportChannel had a workaround to prevent a signal from being emitted early. Basically, in SetTransport, we want to switch the transport channels and *then* update the state, rather than updating the state after changing only one transport channel. But this can be accomplished more easily by simply updating the state in SetTransport directly. Review-Url: https://codereview.webrtc.org/2274283004 Cr-Commit-Position: refs/heads/master@{#13945}
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.