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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.