commit | 8cb344acfdb19263460d64c9db81c2bada33b1ce | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Feb 27 23:34:53 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 28 01:28:57 2018 |
tree | efafa951783e8512a006e70de57dd8fce9c92b73 | |
parent | ac7539e2d1868dd68c184682e75c0f190b8ea876 [diff] |
Add new PeerConnection APIs to the ObjC SDK This CL adds wrappers for the following PeerConnection native APIs to the Objective C API: - SdpSemantics enum added to the RTCConfiguration - RTCRtpTransceiver - RTCPeerConnection.addTrack - RTCPeerConnection.removeTrack - RTCPeerConnection.addTransceiver - RTCPeerConnection.transceivers Bug: webrtc:8870 Change-Id: I9449df9742a59e90894712dc7749ca30b569d94b Reviewed-on: https://webrtc-review.googlesource.com/54780 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22214}
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.