Demo for Bit6 Cordova Plugin. Users can make voice/video calls and send messages.
- Get the API Key at Bit6 Dashboard.
- Create a new AppBuilder project by cloning this repo.
-
Set App ID for your app:
Project Navigator > Properties > General
-
Specify your Bit6 API Key in js/index.js
{'apikey': 'yourApiKey'}
-
Call and real time notifications
To enable call support on iOS add iosrtc plugin from plugin marketplace.
To enable call support on Android < 5 add Crosswalk Webview plugin and set WebView to Crosswalk in Project Properties->Android->General.
Also, for real time notifications(websocket) on Android<4.4 Crosswalk Webview is required too.
-
Configure push notification support.
Build and deploy to an iOS or Android device.