| commit | 7317154112be7e23eb2b53d085109285da6da9da | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Sun Dec 28 23:20:16 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 30 14:29:00 2025 |
| tree | 48840ac07f232486c7836de74a5fc533624e2bc6 | |
| parent | c02fe24f61b60c7529a8577ba7b95fb06400b010 [diff] |
Avoid `channel()` in LegacyStatsCollector transport lookup Refactors ExtractSessionInfo_n to use JsepTransportController for transport name lookup, avoiding unsafe access to RtpTransceiver::channel() on the network thread. Key changes: - ExtractSessionInfo_n now takes a vector of mids instead of a map. - Added virtual GetTransportName() to handle transport lookup, allowing overrides in unit tests where JsepTransportController is absent. Bug: None Change-Id: I33afbb7c0f56245e1b332b820fb09cd8e20cebf5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/436840 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46544}
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.