commit | 1895526c6130e3d0e9b154f95079b8eda7567016 | [log] [tgz] |
---|---|---|
author | Ivo Creusen <ivoc@webrtc.org> | Wed Jun 29 11:56:45 2016 |
committer | Ivo Creusen <ivoc@webrtc.org> | Wed Jun 29 11:57:01 2016 |
tree | b67a49ec9d2b49e11ace1fa4c9b92b7e550dbb68 | |
parent | 8cf2a3a3ad2fc635d20a9912ad8a7a80e4c0c523 [diff] |
Move RtcEventLog object from inside VoiceEngine to Call. In addition to moving the logging object itself, this also moves the interface from PeerConnectionFactory to PeerConnection, which makes more sense for this functionality. An API parameter to set an upper limit to the size of the logfile is introduced. The old interface on PeerConnectionFactory is not removed in this CL, because it is called from Chrome, it will be removed after Chrome is updated to use the PeerConnection interface. BUG=webrtc:4741,webrtc:5603,chromium:609749 R=solenberg@webrtc.org, stefan@webrtc.org, terelius@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1748403002 . Cr-Commit-Position: refs/heads/master@{#13321}
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.