commit | 42e5ed38a76d05f26854314dba10559a7537843c | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@microsoft.com> | Wed Nov 02 15:08:16 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 03 14:09:26 2022 |
tree | 32e7582e80302ed166297a9806deec24d5ea7943 | |
parent | 3e7e15d240fe21b8a76b3bee76927d25e2644b7d [diff] |
stats: more consistent use of has_value() for optionals replacing if (optional) { ...} with the more explicit if (optional.has_value()) { ... } No functional changes. BUG=None Change-Id: I005fd3df307880b07cfda0cbe435efb0e0717a88 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/281362 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@microsoft.com> Cr-Commit-Position: refs/heads/main@{#38544}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.