Previously, BaseChannel supported a "no RTCP" mode, which wasn't being used any more and is being deleted. Also, "RTCP mux required" previously worked by calling "ActivateRtcpMux" after construction. Now it works by explicitly passing a "require_rtcp_mux" parameter into the constructor. BUG=None Review-Url: https://codereview.webrtc.org/2622613004 Cr-Commit-Position: refs/heads/master@{#16045}
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.