Migrate internal usages of ByteOrder to ArrayView API This change replaces internal usages of the legacy void* based ByteOrder API with the new type-safe ArrayView overloads. All 19 identified internal files have been updated. Additionally: - Updated rtc_base/byte_order.h to deprecate the legacy void* overloads using ABSL_DEPRECATE_AND_INLINE. - Updated rtc_base/BUILD.gn to include necessary dependencies for the new ByteOrder API. - Added documentation for the migration plan in g3doc/todo/byte_order_safety.md. Bug: webrtc:484070270 Change-Id: I3836ff3a7d128d40e24dac1ec1cac2f289aaa6cb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/449061 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46903}
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.