commit | e818b6ef7fe10e321f93283e9ae756928c5fb342 | [log] [tgz] |
---|---|---|
author | Zhi Huang <zhihuang@webrtc.org> | Thu Feb 22 23:26:27 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 23 00:13:45 2018 |
tree | 972659f0123525c876ba2f2a0447fa9cf0a0da09 | |
parent | fbf3bce431000fcc315d91602c8d8660ed03dae3 [diff] |
Create the JsepTransportController and JsepTransport2. JsepTransportController process the entire SDP and handle the RTCP-mux, SRTP setup, BUNDLE related logic internally. This will replace the current TransportController. JsepTransport2 is used by the JsepTransportController which processes the transport part of SDP and owns the DtlsTransport created internally. JsepTransport2 will replace JsepTransport and be renamed eventually. Bug: webrtc:8587 Change-Id: Ib02dfa52fe9b7a5b8b132afcc8e4363eb8bd9cf4 Reviewed-on: https://webrtc-review.googlesource.com/48841 Commit-Queue: Zhi Huang <zhihuang@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22164}
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.