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.