commit | 8b7e9ad55442cd6f5854d7de65408dc8095356b2 | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Thu May 25 16:38:55 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 25 16:38:55 2017 |
tree | 9f36c69b2d2dc415c1222b85f8dc96afc65a0760 | |
parent | edd6eea54200155cf048482429098a34f60c6191 [diff] |
Support "UDP/DTLS/SCTP" and "TCP/DTLS/SCTP" profile strings. This CL doesn't yet offer these protos; it just accepts them if they're seen in a remote offer. It also doesn't verify that the ICE candidate protocol matches the m= section protocol (UDP vs. TCP), since we don't do this elsewhere and don't really have a reason to care. This CL also adds an integration test that receives a spec-compliant SCTP offer and attempts to send data bidirectionally. BUG=webrtc:7706 Review-Url: https://codereview.webrtc.org/2902213002 Cr-Commit-Position: refs/heads/master@{#18265}
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.