The only real difference between the two is that SetRtcpTransportChannel had a workaround to prevent a signal from being emitted early. Basically, in SetTransport, we want to switch the transport channels and *then* update the state, rather than updating the state after changing only one transport channel. But this can be accomplished more easily by simply updating the state in SetTransport directly. Review-Url: https://codereview.webrtc.org/2274283004 Cr-Commit-Position: refs/heads/master@{#13945}
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.