pod-comm-offline-sdk

2.1.0 • Public • Published

Offline video stream SDK (Player) - Communication Team

Install

Version 2.x

npm install pod-comm-offline-sdk
import 'pod-comm-offline-sdk/dist/node/css/material-icons.min.css'
import 'pod-comm-offline-sdk/dist/node/css/style.css'
import OfflineSdk from 'pod-comm-offline-sdk'

Browser (No bundler):

Get the package (from npm or download from gitlab) and copy:

dist/offline-player-bundle.js
dist/node/css/style.css
dist/node/css/material-icons.min.css

in your project, then link the styles and the script in your web page.

Version 1.x

npm:

npm install pod-comm-offline-sdk

Then in es6:

import OfflinePlayerSDK from 'pod-comm-offline-sdk'

in node:

const OfflinePlayerSDK = require('pod-comm-offline-sdk')

Browser (No bundler):

Get the package and copy the file dist/offline-player-bundle.js in your project.

Both above

Also in both environments you can use:

window.POD.OfflinePlayerSDK

to access the SDK.

You can see a sample of usage in example/bundle.html

Using sample:

You can find an example of usage in the package dir/examples. Or contact the author for more help.

Readme

Keywords

none

Package Sidebar

Install

npm i pod-comm-offline-sdk

Weekly Downloads

0

Version

2.1.0

License

ISC

Unpacked Size

1.7 MB

Total Files

32

Last publish

Collaborators

  • farhan.naysee