commit | e8ab5435893b7d59959e7cbd8f56493457b32757 | [log] [tgz] |
---|---|---|
author | zstein <zstein@webrtc.org> | Wed Jul 12 18:48:11 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 12 18:48:11 2017 |
tree | f7fe6759143d853a0bffd65f784cd522fee52cda | |
parent | 9ccc5aa923a2073b39921396f1bcc214b27a5d70 [diff] |
Make BaseChannel::rtp_transport_ a unique_ptr. This will eventually be a unique_ptr<RtpTransportInternal> so that we can choose to use an RtpTransport or SrtpTransport. BUG=None Review-Url: https://codereview.webrtc.org/2974903003 Cr-Commit-Position: refs/heads/master@{#18987}
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.