Socket
Socket
Sign inDemoInstall

opentok-archiving

Package Overview
Dependencies
1
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    opentok-archiving

OpenTok archiving accelerator pack


Version published
Weekly downloads
653
decreased by-8.8%
Maintainers
2
Install size
1.28 MB
Created
Weekly downloads
 

Readme

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

Last updated on 16 Mar 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc