commit | 866e08d282e8f554c15c56d4277ca2c301beaad2 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@google.com> | Thu Mar 22 17:54:23 2018 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 23 02:10:54 2018 +0000 |
tree | dab560bda6d086670386e26dabf159aaf2155cd2 | |
parent | 296a0ce4c765ea66a8d35b47468ae7f9f96e4ff7 [diff] |
Make rtc::Optional IceConfig parameters interpreted consistently. The convention is reinforced so that setting a rtc::Optional IceConfig parameter to null restores the default value. Helper getters are added to IceConfig to provide either user-defined value or the default. Shared constants and config defaults used in p2p are moved to p2pconstants.h/cc for future management with sanity checks. Bug: webrtc:8993 Change-Id: I976cf1eef5a654b8911f449248bb2f3086279db8 Reviewed-on: https://webrtc-review.googlesource.com/61149 Commit-Queue: Qingsi Wang <qingsi@google.com> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22575}
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.