Allow SDP munging in peerconnection_unittests Configure peerconnection_unittests to allow specific munging types (such as kVideoCodecsFmtp, kAudioCodecsRemoved, etc.) under the WebRTC-NoSdpMangleAllowForTesting field trial, as these tests explicitly perform SDP munging to verify behavior. Specifically allow CCFB munging (kAudioCodecsRtcpFb and kVideoCodecsRtcpFb) in tests that negotiate CCFB and use PeerConnectionTestWrapper, due to CCFB negotiation asymmetry. Refactored CreatePeerConnection helpers in tests to use overloading instead of default arguments. Bug: webrtc:414284082 Change-Id: I2cb72fce127dcde8e334408e3a704d8b618058d5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/482360 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48043}
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.