commit | 8206bc0f002862ea04a7cf8cd58d19c2d95f5655 | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Apr 02 19:36:38 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 07 21:17:29 2020 |
tree | 9dd4eefb9cb6878da9986fe04157fb9be08d552d | |
parent | 10575a2cb3a3f9c0d8210c394e1d5a2a69a6d03f [diff] |
Handle missing tcptype on TCP ICE candidates. Our implementation accepts TCP candidates with a missing tcptype field, treating this as a passive candidate. However, if you try to convert such a candidate to SDP and back, which chromium started to do at some point, this was resulting in an error. This CL fixes that. Bug: webrtc:11423 Change-Id: Iec48d340f421f63f2b7a16c9496ea92ccd165981 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172020 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Taylor <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31026}
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.