commit | 7085a884aa6eef94e04ff9778747dbeb95acc7aa | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue Oct 22 19:42:24 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 07:54:18 2024 |
tree | a55058c4c0ff73d830b9fa426b37def325bd3771 | |
parent | b7cac14fd4895041781f3c81a83719d5093bb0a5 [diff] |
Avoid string duplication when returning StringBuilder strings The const-ref result of .str() must be copied into the returned value, whereas the result of .Release() can be moved. Bug: webrtc:374845009 Change-Id: I3abc98be30ce9947127c7664f5ffa6846b772ea2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366480 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43288}
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.