commit | 63a176b34f5fced24b7f8c80b4221436c2a3fce3 | [log] [tgz] |
---|---|---|
author | Piotr (Peter) Slatala <psla@webrtc.org> | Fri Jan 25 16:25:33 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 25 18:19:17 2019 |
tree | e307b7cc66cca22ca35d8dabbdb533de452722c9 | |
parent | 18f65dc20a84cab43303b091b1bdde594c39fe73 [diff] |
Do not modify media transport config when falling back to RTP It is possible that media transport is re-set by the caller, but once disabled it should stay disabled. it's possible to fail this check the check in JsepTransportController::SetMediaTransportFactory in such case. We should also change the caller to not invoke SetMediaTransportFactory multiple times (with the same value), but I'll leave it as an excercise to someone else :) Bug: webrtc:9719 Change-Id: Ideea8a50d863edf4ef59e594a78c74bb9aba5aa7 Reviewed-on: https://webrtc-review.googlesource.com/c/119911 Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Bjorn Mellem <mellem@webrtc.org> Commit-Queue: Peter Slatala <psla@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26411}
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.