Migrate unit tests to use CreateTestEnvironment This CL performs a repository-wide migration of unit and integration tests from the production CreateEnvironment() factory to the test-only CreateTestEnvironment() factory. The production factory defaults to no field trials, and ignores command-line overrides (like --force-fieldtrials) when used within test fixtures. CreateTestEnvironment() ensures that tests correctly inherit and propagate the global test environment state, enabling more reliable field trial testing and supporting the ongoing payload type allocation redesign. Bug: webrtc:515090586 Change-Id: I4ae9c0259e6547e569bd9aa70c338174ac30370b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/474380 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47758}
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.