commit | 0fa8605640013d97ef780ada1810f68b69ff2fbf | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@webrtc.org> | Thu May 09 17:37:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 09 18:18:08 2019 |
tree | ad0295cfd52651e3f00f6e3192adcbf8a89ce391 | |
parent | 37f2b43274a0d718de53a4cfcf02226356edcf6e [diff] |
Add DCHECK on the port allocator in P2PTransportChannel. Methods of P2PTransportChannel have been assuming a non-null port allocator for a long time, and yet the constructor does not check for that. With the recent change that wires a signal in the port allocator to the transport in the constructor, a valid allocator becomes a must. Bug: None Change-Id: I4ec2e5b577d74a598ee3c2f8ad59e9f0285ac4b9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135880 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27897}
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.