commit | b00d63c88ba247f54e404d9ba973edea7d0db5bd | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Wed Apr 12 17:49:53 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 13 07:32:23 2023 |
tree | 30306fa27e28833f330b6ae304b27f994ab7d6ac | |
parent | 469e73c897a9599932d21bb3c9ca55c878e14315 [diff] |
Merge TeardownDataChannelTransport_n and OnTransportChannelClosed. This consolidates termination logic in the DataChannelController to make shut down consistent between when the transport notifies of termination and when termination is initiated from the PC side. This removes the need for `OnTransportChannelClosed` from the PC side since we can just use TeardownDataChannelTransport_n (the two were always being called together). Bug: webrtc:11547 Change-Id: I1763f82cbfe1a3d5b8bfabb8d4cba0ee0fa95738 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300561 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39838}
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.