commit | 527196508c9c6ea620281e18f202c02ac649f3ef | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Apr 04 09:59:55 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 04 11:21:06 2023 |
tree | 86f1e0ca5bc18411e913bfc35598db7515c887bc | |
parent | 4b61f3a0c62cb92f243477f0e8fa13425e4cf92a [diff] |
Update DataChannelControllerTests to exercise teardown path. This updates DataChannelControllerTests to shut down the DCC in the same way it's shut down by the owning PeerConnection instance: * Call TeardownDataChannelTransport_n() * Call PrepareForShutdown() Also calling PrepareForShutdown() from PC's dtor to be consistent with how `sdp_handler_->PrepareForShutdown()` is called since it appears that many tests do not call PC::Close() before destruction. Bug: b/276434297 Change-Id: I0379baa0df0e764bc255b83ae0667032acfe3db0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300220 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39756}
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.