commit | 644fde40a9c3299efb437680d8f4d1f4889a9375 | [log] [tgz] |
---|---|---|
author | Zhi Huang <zhihuang@webrtc.org> | Tue Apr 03 02:16:26 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 03 03:04:07 2018 |
tree | 91e298c08d5495be40db0930a4b7a39d6e3c923b | |
parent | 5b4f075f9c599d49785430e8619f47b7cff1c102 [diff] |
Add nullptr check in SctpTransport. In previous implementation, the SctpTransport always assumes the DtlsTransport underneath is non-null, which is not true after switching to new JsepTransportController model. This CL adds nullptr when connecting/disconnecting the SctpTransport with the DtlsTransport. The "channel" related methods and variables are also renamed. Bug: chromium:827917, chromium:828220 Change-Id: I95aa2900d23b0885f45500e2c53def771abdccad Reviewed-on: https://webrtc-review.googlesource.com/66160 Commit-Queue: Zhi Huang <zhihuang@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22700}
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.