commit | 2e94de596ef3b2a51de3ba60e5212405e9df26fb | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Tue Jun 16 16:54:10 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 16 16:36:42 2020 +0000 |
tree | b32cb3b64dc5cb5ba78eb27435c4b0701d82aec3 | |
parent | 103a73ea1ff1ffcfdbc2837e53944dfd33c07485 [diff] |
Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() This removes code from DataChannelController that exposes an internal vector of data channels and puts the onus of returning stats for a data channel, on the data channel object itself. This will come in handy as we make threading changes to the data channel object. Change-Id: Ie164cc5823cd5f9782fc5c9a63aa4c76b8229639 Bug: webrtc:11547, webrtc:11687 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177244 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31533}
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.