commit | 803dc29bb6773b60dadf5b630ef6a00b8e72f77f | [log] [tgz] |
---|---|---|
author | oprypin <oprypin@webrtc.org> | Wed Feb 01 09:55:59 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 01 09:55:59 2017 |
tree | 2db4fac7baca8f38992351be7e71502a5c2a8217 | |
parent | 83399caec5762d2dad038b8e9d86163e92c18c9f [diff] |
Enable cpplint and fix cpplint errors in webrtc/api Adding 'explicit' to these constructors has a low risk of causing compatibility problems: explicit RTCConfiguration(RTCConfigurationType type) explicit IdBase(StatsType type) BUG=webrtc:5267 TESTED=Fixed issues reported by: find webrtc/api -type f -name *.cc -o -name *.h | xargs cpplint.py followed by 'git cl presubmit'. Review-Url: https://codereview.webrtc.org/2663063003 Cr-Commit-Position: refs/heads/master@{#16392}
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.