https://github.com/ecobee/webrtc-ios
https://github.com/ecobee/webrtc-ios
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecobee/webrtc-ios
- Owner: ecobee
- License: bsd-3-clause
- Created: 2019-02-12T14:27:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T19:02:03.000Z (over 3 years ago)
- Last Synced: 2025-01-06T03:12:55.180Z (over 1 year ago)
- Language: Objective-C
- Size: 10.1 MB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)