commit | 102c6a61bc0b42dc0956d013530fc0213b7e881b | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Fri Oct 30 02:47:38 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 30 09:47:44 2015 +0000 |
tree | dcc068a5829dd6e8c742b4aa74333a7733a06d3f | |
parent | bdafe31b86e9819b0adb9041f87e6194b7422b08 [diff] |
Replace rtc::cricket::Settable with rtc::Maybe The former is very similar to the latter, but less general (mostly in naming). This CL, which is the first to use Maybe at scale, also removes the implicit conversion from T to Maybe<T>, since it was agreed that the increased verbosity increased legibility. Review URL: https://codereview.webrtc.org/1430433004 Cr-Commit-Position: refs/heads/master@{#10461}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.