commit | 11a9cbfa50631f9ca3e61f3f9d993450386983c1 | [log] [tgz] |
---|---|---|
author | skvlad <skvlad@webrtc.org> | Fri Oct 07 11:53:05 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 07 18:53:15 2016 +0000 |
tree | c41a68265363693745143b44949b724694699b0f | |
parent | 0d348d69e6c6cf58e07e12b43a06566de580bdfc [diff] |
Refactoring: move ownership of RtcEventLog from Call to PeerConnection This CL is a pure refactoring which should not result in any functinal changes. It moves ownership of the RtcEventLog from webrtc::Call to the webrtc::PeerConnection object. This is done so that we can add RtcEventLog support for ICE events - which will require the TransportController to have a pointer to the RtcEventLog. PeerConnection is the closest common owner of both Call and TransportController (through WebRtcSession). BUG=webrtc:6393 Review-Url: https://codereview.webrtc.org/2353033005 Cr-Commit-Position: refs/heads/master@{#14578}
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.