commit | a4c113afe1378f00b791971b0ce28f4a06f312ac | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Wed Jun 28 21:05:44 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 28 21:05:44 2017 |
tree | 8452a0f8826c4551aa9f64354b4947c1122a4d0f | |
parent | 9588682dfe13afef51cdafb2abc30e720e382eca [diff] |
Support building WebRTC without audio and video for IOS. Reorganized the targets in webrtc/sdk/BUILD.gn so that the applications which use WebRTC DataChannel only can depend on the "peerconnection_factory_no_media" instead of "rtc_sdk_objc" to reduce the binary size. Provided a no-media implementation of RTCPeerConnectionFactory using the macro "HAVE_NO_MEDIA". BUG=webrtc:7613 Review-Url: https://codereview.webrtc.org/2944643002 Cr-Commit-Position: refs/heads/master@{#18819}
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.