commit | 169629aca3140803731af3d586932ffc176bed46 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Thu Aug 31 00:36:36 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 31 01:15:23 2017 |
tree | 260465afea44004274fbcd43171d0bfe665a7101 | |
parent | 4fe660785bf6573d859b5384331a4928324ec7ef [diff] |
Change WebRtcSession to have a vector of channels This is the first step towards supporting multiple audio/video channels in PeerConnection/WebRtcSession. For now, there can only be 0 or 1 channels in the vector. This adds the framework so that all the other code that assumes a single audio/video channel can be transitioned one-by-one to multiple channels. Bug: webrtc:8183 Change-Id: I6456af32d6e3adf7eb83e281e43253ea973c4eb9 Reviewed-on: https://chromium-review.googlesource.com/644222 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19615}
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.