- Help Center | Knowledge Base
- API Information
- Technical Information
-
Why Choose Coviu?
-
Getting Started with Coviu
-
Privacy and Security
-
The Waiting Area
-
Troubleshooting Coviu
-
In-Call Tools
-
Coviu Apps
-
Desktop Application
-
Managing your account and billing
-
Booking and Scheduling Options
-
Reporting
-
Enterprise Solution
-
API Information
-
Coviu Product Updates
- March 2024
- February 2024
- January 2024
- November 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- Decemeber 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
-
Coviu Terminology
-
Integrations
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