| commit | 70d5b9a0fff10c7ec12d01e9b465b747f1f5aad3 | [log] [tgz] |
|---|---|---|
| author | Harald Alvestrand <hta@webrtc.org> | Sun Jan 18 19:36:17 2026 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jan 18 23:03:13 2026 |
| tree | 7b718c92ad89aecf5ba5414428f7ce4f98a3d89c | |
| parent | adbdddc8234996ac8e6f170175d9ec072843ffcc [diff] |
Mark more Plan B only functions with PLAN_B_ONLY macro. This CL marks various functions and methods that are only relevant for Plan B SDP semantics with the PLAN_B_ONLY macro. This is part of the ongoing effort to deprecate and eventually remove Plan B support. Changes include: - Marking methods in MediaDescriptionOptions, RtpTransceiver, and RtpTransmissionManager. - Adding suppression macros (RTC_ALLOW_PLAN_B_DEPRECATION_BEGIN/END) to existing call sites in SdpOfferAnswerHandler and test utilities. - Adding comments to constructors where PLAN_B_ONLY couldn't be used due to templating issues (e.g., when used with make_ref_counted). - Removing suppression macros from functions that are already marked as PLAN_B_ONLY Bug: webrtc:467984837 Change-Id: I6790a4512933a43d048433fe2992b4ff219329f8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/442481 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46684}
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.