commit | 44bd71cc44e6eec23dc8c3694845c12297f9da02 | [log] [tgz] |
---|---|---|
author | Bjorn A Mellem <mellem@webrtc.org> | Tue May 28 22:25:38 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 28 23:18:49 2019 |
tree | f5400d39ff5dbfa19407268b5a1300045fc1f3dc | |
parent | 64e97cf4dc04d41a0f743c983aa152ca8e58ae02 [diff] |
Create a composite implementation of RtpTransportInternal. This will be used to multiplex multiple transports during SDP negotiation. When the offerer watns to support multiple RTP transports, it will combine them into a singla CompositeRtpTransport. CompositeRtpTransport can receive from any of the offered transports while waiting for an answer to arrive. The choice of which transport is used to send must be driven by the SDP answer. If a provisional answer arrives, the composite can be set to send using the chosen transport, while maintaining other transports in case the peer changes its mind. When the final answer arrives, the composite will be deleted and replaced with the chosen transport. Bug: webrtc:9719 Change-Id: Ib8cea77ef202f37086723bfa2c71e2aa5995a912 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/138281 Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Reviewed-by: Anton Sukhanov <sukhanov@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28093}
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.