Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.47 KB

Bit6 Demo App for Telerik AppBuilder

Demo for Bit6 Cordova Plugin. Users can make voice/video calls and send messages.

Try in AppBuilder

Prerequisites

Installation

  • Create a new AppBuilder project by cloning this repo.

Configuration

  1. Set App ID for your app: Project Navigator > Properties > General

  2. Specify your Bit6 API Key in js/index.js

{'apikey': 'yourApiKey'}
  1. 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.

  2. Configure push notification support.

Running the app

Build and deploy to an iOS or Android device.