Getting Started
For more detail, you can also check out our generated iOS docs or review the app store and source code on Github
Requirements
iOS 8.2+
XCode 10+
Build variants
We are providing two types of build variants :
Core - Fully featured including Audio/Video calling. See Integration
Lite - All features excluding Audio/Video Calling. See Integration
The main difference of these two build variants is the size.
Our Core version is of 35.2 MB because of webRTC's archived libraries for all ABIs included.
Our Lite version is only 13 MB.
So if you don't require calling feature, you can use lite version to reduce the app size.
You can use our native SDK in your project using Cocoapods or Manual.
Last updated