| commit | f4c37e3427ab3a898b25c55da4db54ecb459a0f2 | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Mon Nov 24 11:49:32 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 24 14:22:30 2025 |
| tree | 4c494549a97848d6022d46f31d9e587315076640 | |
| parent | d839eadf56f19e03968e5abfbb53801c2a9977c4 [diff] |
Replace JsepTransport::mid() with name() Removes the mid() method from JsepTransport and replaces it with name(), which returns the transport name directly from the underlying IceTransportInternal object. Remove the redundant `mid_` from JsepTransport to ensure one source of truth. Updates usages in logging, error reporting, and stats to use the new method. Instances of string concatenation are replaced with `absl::StrCat` to support `absl::string_view` efficiently. Bug: none Change-Id: I4d1a4ce9fb11c5ac4fe16ba5a5babeacec78f1cd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/428020 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46291}
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.