commit | 7311918269ac277fda0f10ed3cc1276a93b38ee6 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersc@webrtc.org> | Thu Mar 15 08:41:03 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 19 09:31:06 2018 |
tree | 9c63a6f4cc56b4cae1c17644c6105f484aafb952 | |
parent | 8cf0a87bc3877f75bad7136a1c5b2b0c1186841c [diff] |
Add an example app for iOS native API. Demonstrates how to use the iOS native API to wrap components into C++ classes. This CL also introduces a native API wrapper for the capturer. The C++ code is forked from the corresponding CL for Android at https://webrtc-review.googlesource.com/c/src/+/60540 Bug: webrtc:8832 Change-Id: I12d9f30e701c0222628e329218f6d5bfca26e6e0 Reviewed-on: https://webrtc-review.googlesource.com/61422 Commit-Queue: Anders Carlsson <andersc@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22484}
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.