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.
$ 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.
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.
Interested in contributing? We ❤️ pull requests! See the Contribution guidelines.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
- Open an issue on this repository
- See https://support.tokbox.com/ for support options
- Tweet at us! We're @VonageDev on Twitter
- Or join the Vonage Developer Community Slack
- Check out the Developer Documentation at https://tokbox.com/developer/