commit | 4d278e2caf07d6e627c9d5f67b20f6ecfb63cdd5 | [log] [tgz] |
---|---|---|
author | Ali Tofigh <alito@webrtc.org> | Tue Mar 01 09:32:20 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 01 13:11:08 2022 |
tree | 4d1e3e3f8d61fb3ef66700e195d0202a924148e3 | |
parent | 82900408488fd734ce39d1f254251c833692b461 [diff] |
Adopt absl::string_view in function parameters under audio/ This is part of a large-scale effort to adopt absl::string_view throughout the WebRTC code base. As a first step, function parameters of type 'const std::string&' are being converted to absl::string_view. Bug: webrtc:13579 Change-Id: Ib4618fad3bff2902cd3a4730506aca300949d76c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252982 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36102}
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.