commit | 292ce4ef2569f499faa405ddde03c0a91b60a3cd | [log] [tgz] |
---|---|---|
author | Anton Sukhanov <sukhanov@webrtc.org> | Mon Jun 03 20:00:24 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 03 22:24:12 2019 |
tree | 6d019f68d783667e9ce121cc4b3aae22b4ee5bb9 | |
parent | 9005e23a26397fe24a2a33852061168fffb9db95 [diff] |
Move datagram transport to JsepTransport - This makes it consistent with ICE and MediaTransport ownership. - Removes unnecessary datagram_transport() getter in DtlsTransportInternal As a side effect this fixes bug in JsepTransportController, which moved datagram_transport to Dtls after creating it, then checked if (datagram_transport) to decide which RTP transport to create. As a result of this bug we were creating Sded instead of Unencrypted RTP with datagram transport. Bug: webrtc:9719 Change-Id: Ic5b13a450ce6ac5b2a20d388657e3949aabef079 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139620 Commit-Queue: Anton Sukhanov <sukhanov@webrtc.org> Reviewed-by: Bjorn Mellem <mellem@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28146}
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.