All Projects → opentok → cordova-plugin-opentok

opentok / cordova-plugin-opentok

Licence: MIT license
Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App

Projects that are alternatives of or similar to cordova-plugin-opentok

opentok-elearning-samples
Sample applications highlighting integrations between OpenTok and Learning Management Systems (LMS)
Stars: ✭ 18 (-40%)
Mutual labels:  opentok, tokbox
learning-opentok-node
A sample app of OpenTok Node Server SDK
Stars: ✭ 13 (-56.67%)
Mutual labels:  opentok, tokbox
learning-opentok-php
No description or website provided.
Stars: ✭ 24 (-20%)
Mutual labels:  opentok, tokbox
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (+0%)
Mutual labels:  opentok, tokbox
opentok-rtc
OpenTok demo application
Stars: ✭ 97 (+223.33%)
Mutual labels:  opentok, tokbox
Opentok-Java-SDK
OpenTok Server SDK for Java
Stars: ✭ 26 (-13.33%)
Mutual labels:  opentok, tokbox
accelerator-core-js
Accelerator Core provides a simple way to integrate real-time audio/video into your web application using the OpenTok Platform
Stars: ✭ 24 (-20%)
Mutual labels:  opentok, tokbox
broadcast-sample-app
OpenTok Broadcast Sample Application
Stars: ✭ 48 (+60%)
Mutual labels:  opentok, tokbox
accelerator-textchat-ios
OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
Stars: ✭ 13 (-56.67%)
Mutual labels:  opentok, tokbox
haoshiyou-client
Source code for haoshiyou clients (Hybrid HTML5 App)
Stars: ✭ 14 (-53.33%)
Mutual labels:  cordova
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (+140%)
Mutual labels:  cordova
Cordova Plugins
Apache Cordova
Stars: ✭ 242 (+706.67%)
Mutual labels:  cordova
ILIAS-Pegasus
An ILIAS Companion App
Stars: ✭ 19 (-36.67%)
Mutual labels:  cordova
cordova-plugin-battery-status
Apache Cordova Plugin battery-status
Stars: ✭ 94 (+213.33%)
Mutual labels:  cordova
Swiped Events
Adds `swiped` events to the DOM in 0.7k of pure JavaScript
Stars: ✭ 249 (+730%)
Mutual labels:  cordova
SwiftJSBridge
SwiftJSBridge is a handy JavaScript Bridge, written in Swift, support WKWebView and UIWebView
Stars: ✭ 29 (-3.33%)
Mutual labels:  cordova
Ews Javascript Api
EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
Stars: ✭ 241 (+703.33%)
Mutual labels:  cordova
Cordovacn
Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. (Apache Cordova是一个开放源代码的移动开发框架,它允许你使用web技术如:JavaScript,HTML,CSS进行跨平台开发,避免使用原生开发。)
Stars: ✭ 240 (+700%)
Mutual labels:  cordova
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-36.67%)
Mutual labels:  cordova
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+250%)
Mutual labels:  cordova

Cordova Plugin for OpenTok iOS and Android

Tokbox is now known as Vonage

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 Vonage.

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 cordova-plugin-opentok
  1. To remove OpenTok Cordova plugin 3.2.0 and above, use the following command:
cordova plugin remove cordova-plugin-opentok
  1. To remove the old OpenTok Cordova plugin, use the following command:
cordova plugin remove com.tokbox.cordova.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 ❤️ pull requests! See the Contribution guidelines.

Getting Help

We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].