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 = ;
Otherwise, include the accelerator pack in your html:
. . . and it will be available in global scope as CommunicationAccPack
Click here for a list of all OpenTok accelerator packs.