commit | 0c1c1b4014b5f139cb9a3aa66e7b28d463707b4e | [log] [tgz] |
---|---|---|
author | Bjorn A Mellem <mellem@webrtc.org> | Thu May 30 00:34:13 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 30 01:27:50 2019 |
tree | 317e02eb5a99c3194da96ff1e6511b1f33ab644a | |
parent | a913c12462c77583b187440cb481c458bd39f410 [diff] |
Move ownership of ICE from DtlsTransport to JsepTransport. It does not make sense for DtlsTransport to own ICE, and this arrangement will not work when negotiating datagram or DTLS transport. During negotiation, both a DTLS transport and a datagram transport need to be ready to receive from the same ICE transport, depending on which protocol is chosen by the answerer. Once the answerer chooses a protocol, the transport that is not chosen must be deleted, but ICE must be left intact for use by the remaining transport. Bug: webrtc:9719 Change-Id: Ibab969b574c981e3834ced71f8ff88008cb26a6c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139340 Reviewed-by: Anton Sukhanov <sukhanov@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28113}
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.