Ban absl::StrSplit and absl::StrJoin For binary size reasons; they emit too many instructions at each call site. I decided to not point out replacements for them, since rtc::join has only one caller, and rtc::split isn't the only option for splitting strings. And both of them have APIs that can cause the creation of needless temporary strings. Bug: none Change-Id: I06161012836a90b09249c2813d2ddc15f167d580 Notry: true Reviewed-on: https://webrtc-review.googlesource.com/c/124480 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26846}
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.