Getting Started
Last updated
Last updated
To know about our android SDK , check out our app on Google . Its source code is also available on .
Android Studio 2.2+
Gradle 2.14.1.+
Android SDK 7.1.+
Android device running Android 5.0 or newer (To get fully functioning sdk)
We are providing two types of build variants :
Core - Fully featured including Audio/Video calling.
Lite - All features excluding Audio/Video Calling.
The main difference of these two build variants is the size.
Our Core version can take up to 18 MB because of webRTC's archived libraries for all ABIs included.
If you split apk using of android then it consumes around 8 to 10 MB per apk.
Our Lite version consumes only 2~3 MB.