commit | 49f34fdd237914f1ef3af8a28acb2db8bceecda6 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Wed Dec 07 00:22:06 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 07 00:22:11 2016 |
tree | ad35ef48875ff92ed51c4da4919ba8e958265a80 | |
parent | 57fd7263d1d5bfe27e7c540b5251485da6a7c30e [diff] |
Relanding: Refactoring that removes P2PTransport and DtlsTransport classes. Their base class, Transport, still exists, but it now has a more specific role: a helper class that applies TransportDescriptions. And is renamed to JsepTransport as a result. TransportController is now the entity primarily responsible for managing TransportChannels. It also starts storing pointers to the DTLS and ICE chanels separately, which will make it easier to remove TransportChannel/TransportChannelImpl in a subsequent CL. BUG=None Review-Url: https://codereview.webrtc.org/2517883002 Cr-Commit-Position: refs/heads/master@{#15453}
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.