commit | 978b876fd251a8ec5dbe970365a3ce85d5741a60 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Fri Sep 29 19:15:02 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 02 17:16:09 2017 |
tree | 5ccd21186c2860df2f05f779f4b98a27712d0a82 | |
parent | 2011075a584fad02eed847eca6081f4ae3cd9cbd [diff] |
Move clients of WebRtcSession to use PeerConnection This change is part of the work to merge WebRtcSession into PeerConnection. To make that work easier, this moves all clients of WebRtcSession to use shims added to PeerConnection. That way when the classes are merged they won't need to be modified. Bug: webrtc:8183 Change-Id: I5758a5954b91d235faf810c8bf4bf9f6f31d83c1 Reviewed-on: https://webrtc-review.googlesource.com/5040 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20090}
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.