Socket
Book a DemoInstallSign in
Socket

opentok-one-to-one-communication

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-one-to-one-communication

OpenTok one-to-one communication accelerator pack

latest
Source
npmnpm
Version
1.0.27
Version published
Maintainers
2
Created
Source

logo

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.

Keywords

opentok

FAQs

Package last updated on 14 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts