commit | 686be20b45566c9983b96600a43a6a9b7f412484 | [log] [tgz] |
---|---|---|
author | Anton Sukhanov <sukhanov@webrtc.org> | Tue May 28 15:29:45 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 28 23:49:29 2019 +0000 |
tree | cfe3d55dfeb29c6def1ba4cb999905e36e851638 | |
parent | 44bd71cc44e6eec23dc8c3694845c12297f9da02 [diff] |
Fix ICE connection in datagram_transport. Connect ICE state changes to datagram transport regardless of bypass mode. ICE states were connected to datagram transport only in bypass mode. As a result, if we received datagram state change notification before ICE state change notification, the state was not propagated. TODO: We need fake datagram transport implementation/test so that we could unit test such failures without relying on downstream projects. Bug: webrtc:9719 Change-Id: I5a180676e0d05f707b2a43d07e8c04fb10985027 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138982 Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Bjorn Mellem <mellem@webrtc.org> Commit-Queue: Anton Sukhanov <sukhanov@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28094}
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.