commit | 703ea953f0f0c352de47166625db5b4459951ce3 | [log] [tgz] |
---|---|---|
author | Bjorn A Mellem <mellem@webrtc.org> | Fri Aug 23 17:31:11 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 28 21:15:18 2019 |
tree | aaa8c25877e20d7091a312552a18dd68d338d86c | |
parent | dbec6d3b00ae2c5375c98e16dcd4c612e37d0acd [diff] |
Only create a datagram RTP transport if the datagram transport should be used for RTP. This was an oversight when integrating datagram-based data channels into JsepTransportController. If a DatagramTransport exists, but only to be used for data channels, JsepTransportController will still create an RTP transport for it and use it for RTP. Bug: webrtc:9719 Change-Id: I93cdb8bfc03159882a83a9f5097d3ef99fed215f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150241 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28993}
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.