commit | 05497f294a58deb395177c9d164a181e2875ef48 | [log] [tgz] |
---|---|---|
author | Bjorn A Mellem <mellem@webrtc.org> | Thu Aug 01 17:48:20 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 13 22:07:47 2019 |
tree | 778a5ee6e004fdd72add1b808f0ee1d16179bb10 | |
parent | d419808e4559142405e2ff017e7797a6c395984f [diff] |
Pull a DataChannelTransportInterface out of MediaTransportInterface. DataChannelTransportInterface takes the OpenChannel, SendData, CloseChannel, and SetDataSink methods. MediaTransportInterface inherits from DataChannelTransportInterface. DatagramTransportInterface, the newer alternative to MediaTransportInterface, also inherits from DataChannelTransportInterface. This will allow further refactors to enable the use of media-transport style data channels alongside the datagram transport. Bug: webrtc:9719 Change-Id: I2dd873785ea52d38055b62545c17e9e17c4e70c6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147840 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28846}
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.