commit | 282de0360331fa95c0df83093bd4404fa1056527 | [log] [tgz] |
---|---|---|
author | Sameer Vijaykar <samvi@google.com> | Tue Sep 13 14:19:22 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 15 08:15:47 2022 |
tree | 64bcc6066dce436e5ab05674c270d227cb18b015 | |
parent | a01e7275c2efee1fd15d69bacc43ba3040d22bb0 [diff] |
Fix P2PTransportChannel unit tests to not rely on connections ordering Tests currently rely on the sorted order of connections held within the ICE controller, which sorts the connections by usability. The internal ordering is not part of the ICE controller contract. Tests use the ordering as a proxy for certain expectations, so changed the tests to explicitly test the expectations. Bug: webrtc:14367, webrtc:1413 Change-Id: Iaf33c61f6eb968c2c93a0265b6c48ad6218e23a8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275304 Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Sameer Vijaykar <samvi@google.com> Cr-Commit-Position: refs/heads/main@{#38088}
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.