commit | 0f9d9a9a120d6af2cd0d8043c0588fde01cc741d | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Thu Mar 01 11:44:27 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 01 12:52:28 2018 |
tree | 6a10fcedfdd51b4dff28184120fc6861cdda867f | |
parent | 98900740ad9f451eb58183c5b5d1fd5ef904b759 [diff] |
Removed unused DeRegisterNetworkObserver. DeRegisterNetworkObserver is not used, since RtpTransportControllerSend owns the thread on which SendSideCongestionController runs it would not be safe to allow it to be called from outside. Deregistration should be done by destroying RtpTransportControllerSend. In the future, the RegisterObserver functions should be removed as well, in favor of providing the observer in the constructor. This requires breaking a circular dependency between RtpTransportControllerSend and Call. Bug: webrtc:8415 Change-Id: Ifeb4c5d4a41e4d8419994b3146980bdaaf9cd6a9 Reviewed-on: https://webrtc-review.googlesource.com/58098 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22249}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.