🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

opentok-archiving

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-archiving

OpenTok archiving accelerator pack

1.0.19
latest
Source
npm
Version published
Weekly downloads
711
2.75%
Maintainers
2
Weekly downloads
 
Created
Source

logo

Accelerator Archiving for JavaScript

Quick start

The OpenTok Archiving Accelerator Pack provides functionality you can add to your OpenTok applications that enables users to record, save, and retrieve OpenTok sessions.

This section shows you how to use the accelerator pack.

Install

$ npm install --save opentok-archiving

If using browserify or webpack:

const archiving = require('opentok-archiving');

Otherwise, include the accelerator pack in your html:

<script src="../your/path/to/opentok-archiving.js"></script>

. . . and it will be available in global scope as ArchivingAccPack

Click here for a list of all OpenTok accelerator packs.

Exploring the code

The ArchivingAccPack class in opentok-archiving.js is the backbone of the archiving feature for the app.

This class provides functions for starting and stopping sessions archiving.

The Accelerator Core JS shows the best-practices for Javascript to use the Accelerator Archiving.

Keywords

opentok

FAQs

Package last updated on 16 Mar 2017

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