SDKs
Server and client side SDKs for the Coviu API
The Coviu Session API is a REST API to be used by your backend services.
You can read more about it at:
To make it easier for you, we are making available SDKs for different server languages, and also client SDKs for iOS and Android, so you can include Coviu in your app.
SERVER LANGUAGES
Java
- The Coviu API Java is available from
https://github.com/coviu/coviu-java-sdk
PHP
- The Coviu API PHP SDK is available from
https://github.com/coviu/coviu-php-sdk - You can retrieve composer packages from
https://packagist.org/packages/coviu/coviu-sdk - An example application was written as a Wordpress plugin:
https://github.com/coviu/coviu-video-calls
NODE/JS
- The Coviu API JS SDK is available from
https://github.com/coviu/coviu-js-sdk
Other Languages / Environments
We have published an Open API specification (a.k.a swagger) for the Coviu REST api https://github.com/coviu/rest-api-docs/blob/master/sessions-api-swagger.json. Please email us for more information describing what your environment looks like.
CLIENT SDKs
More information about the iOS and Android SDKs
Client SDK iOS
- Install from CocoaPods
https://github.com/coviu/CoviuSDKCocoapods - Install from Zip file
https://s3-ap-southeast-2.amazonaws.com/sdk.coviu.com/0.0.1/CoviuSDKiOS.zip
Coviu is written with Cordova, so contact us if you need a Cordova plugin.
Client SDK Android
- Use Crosswalk WebView - see demo:
https://github.com/coviu/CoviuAndroidDemo