Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Maintainers
2
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc