commit | 9b28a03b9533128ef33036cb2098b9873ef688da | [log] [tgz] |
---|---|---|
author | Oskar Sundbom <ossu@webrtc.org> | Thu Nov 16 10:53:30 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 22 11:05:27 2017 +0000 |
tree | 56a50287789ceae0563efe2351c9e2b443b1d3d9 | |
parent | 34afa0b1f71c8d70154192ddaa58cd94672b388a [diff] |
Optional: Use nullopt and implicit construction in /pc/peerconnection.cc Changes places where we explicitly construct an Optional to instead use nullopt or the requisite value type only. This CL was uploaded by git cl split. R=hbos@webrtc.org Bug: None Change-Id: I57a1ac8c2a05de403ff87b319c7a50fad17c1c96 Reviewed-on: https://webrtc-review.googlesource.com/23571 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Oskar Sundbom <ossu@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20827}
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.