An open API service indexing awesome lists of open source software.

https://github.com/ecobee/webrtc-ios


https://github.com/ecobee/webrtc-ios

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# webrtc-ios

> WebRTC is a free, open 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.

# Documentation

The offical documenation could be found [here](https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ios/index.md).

Releases can be found in the the [Google group](https://groups.google.com/forum/#!forum/discuss-webrtc).

# Building

A framework can easily by created by using the build script. You must supply a branch (-b, String) and a version number (-v, Integer).

```
./build.sh [-b BRANCH] [-v VERSION]
```

# More info

You can find out more in the [wiki](https://github.com/ecobee/webrtc-ios/wiki)