commit | 14e5f0b2cb035abf2b62fd77cf27e0b72a8162fc | [log] [tgz] |
---|---|---|
author | Jiawei Ou <ouj@fb.com> | Wed Mar 04 21:38:02 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 04 22:53:34 2020 |
tree | e495df75744dd8e93b4e7853ee8921f6c5d4f00a | |
parent | 43d8e93fa7bf1ac74fc5f8f7dee56de3fbbd5ef8 [diff] |
Update RTC_CHECK and RTC_LOG macros so they work when called from xxxxx::rtc namespaces Adding :: before rtc allow us to use the macro in nested rtc namespace for external components like namespace xxxxxxx { namespace rtc { RTC_CHECK(true); } } Bug: webrtc:11400 Change-Id: I79349b847c3fce8197c82aec31b672a1a16e5388 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169683 Commit-Queue: Jiawei Ou <ouj@fb.com> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30684}
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.