commit | c7ea04af9146c8115f49cc8a5b5f1016c9dec8dd | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Fri Apr 03 08:12:28 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 03 09:37:52 2020 |
tree | c567e00ff20e35f9cb43f26fa95ffb688ffe9ae1 | |
parent | 0cc37303d86d9a416b8aa4311346f5632d49929a [diff] |
Don't trigger OnNetworkChange when changing from 3G to 4G This patch is a follow up to https://webrtc-review.googlesource.com/c/src/+/172582 and change so that a switch from CELLULAR_X to CELLULAR_Y does not trigger OnNetworkChange. This is needed as the OnNetworkChange signals triggers BasicPortAllocator to rescan all networks and generate new candidates. The actual adapter type change is still possible to react on using SignalTypeChanged. BUG: webrtc:11473 Change-Id: Icc1a945b8a4df1714c6ec4b02ec759ecada92d7f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172802 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30992}
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.