commit | 05e4d08e35fbd76f98d148d34fef2f2a49c44409 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Tue Dec 03 14:04:21 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 03 15:35:09 2019 +0000 |
tree | cd47b70005d0407755eb1e70afe014ff4c73f378 | |
parent | bcce4530d43b046d6e9ddf8e4e859dfba89137a2 [diff] |
Refactoring DataChannelController from PeerConnection part 4 This CL: - Moved HasDataChannel and data_channel_type_ - Moved rtp_data_channels_ - Moved sctp_data_channels_ - Moved data_channel_controller to its own .h file - Various changes to reduce the coupling between the classes - Removed friendship between DataChannelController and PeerConnection Bug: webrtc:11146 Change-Id: Ib8c395e4c90ce34baf40812d1dade0ffa79f2438 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161094 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29987}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.