commit | d22b593b755e224a44152ae32ef69fa964e5ecb4 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Fri Sep 05 08:23:20 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 21:19:36 2025 |
tree | 0b193fe76f17d4d45049701fdb0376e34f8d52d5 | |
parent | eaf570fb558be407f0cade386507780feec986dd [diff] |
Refactor: Separate header extension tests for Unified Plan The tests in `pc/peer_connection_header_extension_unittest.cc` were parameterized to run for both Plan B and Unified Plan SDP semantics. However, several of the tests were specific to Unified Plan and would return early for Plan B. This CL separates these tests into a new test suite, `PeerConnectionHeaderExtensionUnifiedPlanTest`, which is instantiated only for Unified Plan. This improves test clarity and organization. Bug: None Change-Id: I53e28b5b0e4c8909538cf7b2aa9145607e203447 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408001 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45575}
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.