commit | ac22f70906175831270b399e20d0519198ac6922 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Fri Jan 13 05:59:29 2017 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 13 05:59:29 2017 |
tree | 7fc1a74bafcb0708071e4605a50aae2bb4e35f95 | |
parent | 9d95666fea252a704ac9535e7cdca5a3619c3e3c [diff] |
Refactoring of RTCP options in BaseChannel. 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}
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.