opentok-one-to-one-communication
v1.0.27
Published
OpenTok one-to-one communication accelerator pack
Downloads
10
Readme
OpenTok One-to-One Communication Accererator Pack
This package provides an easy way to get started in delivering interoperable, production-quality audio/video solutions on the OpenTok platform. For usage details, take a look at the one-to-one sample app.
###Installation:
$ npm install --save opentok-one-to-one-communication
If using browserify or webpack:
const communication = require('opentok-one-to-one-communication');
Otherwise, include the accelerator pack in your html:
<script src="../your/path/to/opentok-one-to-one-communication.js"></script>
. . . and it will be available in global scope as CommunicationAccPack
Click here for a list of all OpenTok accelerator packs.