Package Exports
- opentok-screen-sharing
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (opentok-screen-sharing) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

OpenTok Screen Sharing Accererator Pack
This package provides an easy way to get started in implementing interoperable screen sharing using the OpenTok platform. For usage details, take a look at the Screen Sharing Annotation Sample App.
###Installation:
$ npm install --save opentok-screen-sharingIf using browserify or webpack:
const screenSharing = require('opentok-screen-sharing');Otherwise, include the accelerator pack in your html:
<script src="../your/path/to/opentok-screen-sharing.js"></script> . . . and it will be available in global scope as ScreenSharingAccPack
Click here for a list of all OpenTok accelerator packs.