commit | eda6ccd0c2efc380ace109efcbb9466c4d0ed1d1 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Dec 04 10:21:55 2017 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 04 18:55:38 2017 +0000 |
tree | db10e278d8e0c3167d59a085880cb0e9af5264e8 | |
parent | 6cea2b0f4b9e0c7f7919c23e8354ba6ca0fc2697 [diff] |
Refactor BaseChannel creation in PeerConnection This changes the CreateVoiceChannel/CreateVideoChannel helper methods in PeerConnection to return the created channel instead of setting it directly. That allows the Unified Plan version of SetLocalDescription to use the same factory methods without the assumption that there is at most one voice and one video channel. Also simplifies and deduplicates the logic for determining the transport name for a given channel in the presence of BUNDLE. Bug: webrtc:8587 Change-Id: I1f156f45309ce2d08d6d5d5ed3c6e01fbf094b36 Reviewed-on: https://webrtc-review.googlesource.com/26821 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Reviewed-by: Zhi Huang <zhihuang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21050}
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.