commit | b2cdd93fd6ab91d453314ac2f51a849542d023d9 | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Fri Jan 20 00:54:25 2017 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 20 00:54:25 2017 |
tree | 10e6dac695509dd9a95f7ae70905031e164bc84b | |
parent | 9d643e87afa754b899d97bc336a5604e7002ad2f [diff] |
Remove the dependency of TransportChannel and TransportChannelImpl. DtlsTransportChannelWrapper is renamed to be DtlsTransport which inherits from DtlsTransportInternal. There will be no concept of "channel" in p2p level. Both P2PTransportChannel and DtlsTransport don't depend on TransportChannel and TransportChannelImpl any more and they are removed in this CL. BUG=none Review-Url: https://codereview.webrtc.org/2606123002 Cr-Commit-Position: refs/heads/master@{#16173}
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.