commit | 81125f0abacb5b1c2a2c4606caf8682309d6e58f | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Tue Oct 09 10:52:04 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 10 08:10:16 2018 +0000 |
tree | a9cce1675d70de502806dee76f9c6b8bf3e0c79a | |
parent | 5f35e961a0374b42e5314898158751b9a6d5b3ae [diff] |
Implement (mostly) standards-compliant RTCIceTransportState. In order to correctly implement RTCPeerConnectionState and RTCIceConnectionState the ice transports need to support RTCIceTransportState. This CL adds an implementation parallel to the current non-standard IceTransportState. It's not currently used anywhere. The old implementation will remain in place until we're ready to switch RTCIceConnectionState over. Bug: webrtc:9308 Change-Id: I30e2bbb5b4fafa410261bcd9d5e3b76c03435feb Reviewed-on: https://webrtc-review.googlesource.com/c/103220 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25078}
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.