commit | 974cf8b449169355bcf390fe5bbece8fb1c4cf47 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Oct 13 17:23:45 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 14 11:06:56 2025 |
tree | 0300543891eff6d4fd4f311ad54556df9bf4235f | |
parent | c42c5a1e64601614432297a20fd177aa470d430a [diff] |
Remove SessionDescriptionInternal Merge the implementation from the temporary SessionDescriptionInternal class directly into SessionDescriptionInterface. This change completes the planned migration to transform SessionDescriptionInterface from an abstract class into a concrete, final class. As part of this cleanup, the patch also removes the deprecated `JsepCandidateCollection` alias and updates several function parameters from `const std::string&` to `absl::string_view` for efficiency. Bug: webrtc:442220720 Change-Id: I4feebe450c24e4daabc56a7133202fecd09e959e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/409440 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45934}
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.