Turn off clang-format for WEBRTC_RTCSTATS_IMPL macros. Clang format wants to put all parameters to WEBRTC_RTCSTATS_IMPL on their own line, but we prefer to keep the header on the first line and put the variable arguments (the stats) on their own lines. Bug: None Change-Id: Ic53104b46fb3c91c134d524027a150ba10055ad5 Reviewed-on: https://chromium-review.googlesource.com/621409 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19505}
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.