commit | 3a563cebc166967429d33be70abd1b0f3b0b9fec | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Wed Oct 08 17:28:25 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 08 17:38:34 2025 |
tree | 328a093a19e9d611bcb250d919124e6e8f2f9021 | |
parent | 85cbfaf6b96394215415527d67546d4bd872208a [diff] |
Revert "Move CodecParameterMap functions to rtp_parameters" This reverts commit 882b287979da2d1a78e50849a3883bb1aad64a5c. Reason for revert: Breaks downstream build during linking: backward reference detected: _ZN6webrtc27SessionDescriptionInterface6CreateENS_7SdpTypeENSt3__u10unique_ptrINS_18SessionDescriptionENS2_14default_deleteIS4_EEEENS2_17basic_string_viewIcNS2_11char_traitsIcEEEESB_NS2_6vectorINS_22IceCandidateCollectionENS2_9allocatorISD_EEEE in blaze-out/k8-opt/bin/third_party/webrtc/files/stable/webrtc/pc/_objs/webrtc_session_description_factory/webrtc_session_description_factory.pic.o refers to blaze-out/k8-opt/bin/third_party/webrtc/files/stable/webrtc/pc/_objs/webrtc_sdp/jsep_session_description.pic.o I assume this is related to the circular dependency referenced in the comment of pc/BUILD.gn Original change's description: > Move CodecParameterMap functions to rtp_parameters > > This leaves webrtc_sdp.* with only the code related to parsing for > SessionDescriptionInterface, unlocking the next step of co-locating that > code with the jsep code which (circularly) depends on it. > > Bug: webrtc:42222470 > Change-Id: I460ea4f5fc47b5dafcefea2658a465f8ff97e84c > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/414840 > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#45864} Bug: webrtc:42222470 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: I2dc766968073958cc2f30307e848d56a2bf97414 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/415341 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45869}
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.