commit | 6e634bf4cf059168a7e4bb433644b22b6f452f7f | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Nov 13 18:44:53 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Nov 13 19:55:21 2017 |
tree | ad583bac51a2c0912427525c4b710a3f59b6af46 | |
parent | 61a7b141eb4565a59728744cafdbb1e58f6b8d1d [diff] |
Add RtpTransceiverInterface and implementing class Introduces the public API interface corresponding to the standardized RtpTransceiver object in the WebRTC spec. https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver The RtpTransceiver will be the internal representation for both Plan B and Unified Plan SDP, but the public API interface will only support Unified Plan (existing users should continue to use GetSenders/GetReceivers, which will still be supported). Bug: webrtc:7600 Change-Id: I417ffda683209ba9a9b4cbd274f91ca8295779a7 Reviewed-on: https://webrtc-review.googlesource.com/21460 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20659}
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.