3.3.8 • Published 2 years ago

old-cdt-cordova-plugin-opentok v3.3.8

Weekly downloads
16
License
-
Repository
-
Last release
2 years ago

OpenTok Labs

Cordova Plugin for OpenTok iOS and Android

Disclaimer: This plugin is based on the Cordova OpenTok Plugin. Please keep in mind that this is an OpenTok Labs project which means that it's not officially supported by TokBox.

Sample code

To see the plugin in action, please check out opentok-cordova-samples.

Using Cordova CLI

Make sure You have Cordova 3.5.0 or greater installed. If you haven't, take a look at the Cordova instructions Page.

  1. Clone this repo to get the source code for the OpenTok Cordova plugin

  2. To install the OpenTok Cordova plugin, run the following command in the root of your project:

cordova plugin add https://github.com/alauga/old-cdt-cordova-plugin-opentok
  1. You can remove the existing OpenTok Cordova plugin by running the following command:
cordova plugin remove old-cdt-cordova-plugin-opentok

Getting Started on your Project:

All your editing will be done in your www folder.

To use the opentok library, make sure you include opentok.js file in your HTML document.
<script type="text/javascript" charset="utf-8" src="opentok.js"></script>

All JavaScript code should be written in onDeviceReady function in /js/index.js because it is executed after all dependencies has loaded.

    onDeviceReady: function() {
        // Do Your Stuff Here!
    }

Development and Contributing

Interested in contributing? We love pull requests! See the Contribution guidelines.

3.3.8

2 years ago

3.3.5

3 years ago

3.3.7

3 years ago

3.3.6

3 years ago

3.3.4

3 years ago

3.3.3

3 years ago

3.3.2

3 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.2

4 years ago