Define RTC_HARDENING_ASSERT and use in rtc::ArrayView bounds check This will assert on out-of-bounds access if RTC_HARDENING is set This allows RTC_HARDENING to control whether these checks are treated as CHECK or as DCHECK If RTC_HARDENING is set, the assert will be checked, both in debug and production builds. Bug: webrtc:367205686 Change-Id: I456edabc7107a5b6edb82183fa86d160c83642d7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/362960 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46919}
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.