commit | 75737c0c6a85ee8a45492d87b5a558444cd1e6de | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Nov 06 10:37:17 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 06 21:15:20 2017 +0000 |
tree | fa4d00c541b42176e6ba6f01986e6178679bb871 | |
parent | ba818675b93b2d784b4e16a4e6d5c8611277e9ef [diff] |
Merge WebRtcSession into PeerConnection This literally copies & pastes the code from WebRtcSession into PeerConnection as private methods. The only other changes were to inline the WebRtcSession construction/initialization/destruction into PeerConnection and fix issues using rtc::Bind on the reference-counted PeerConnection. Bug: webrtc:8323 Change-Id: Ib3f071ac10d18566a21a3b04813b1d4ec691ef3c Reviewed-on: https://webrtc-review.googlesource.com/15160 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20574}
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.