@sigma-ott/limit-screen

0.0.12 • Public • Published

Limit Screen

Cài đặt

npm install @sigma-ott/limit-screen
or
yarn add @sigma-ott/limit-screen

Chỉ stop khi thoát khỏi player, chuyển luồng khác không phải DRM Today.

Khởi tạo

LimitScreen.init({
  baseUrl: 'https://sandbox.msky.vn', // limitScreenBaseUrl nhận từ appConfig 
  onKick: ({ message }) => {   
  },
  getStorage: () => {},
  setStorage: () => {},
  removeStorage: () => {},
  pingEndpoint, // tùy chọn
  stopEndpoint, // tùy chọn
  refreshEndpoint // tùy chọn
})  

Ping

LimitScreen.start({
  session, // nhận từ get source
  operatorId: 21, // nhận từ get source
  pingIntervalTime: 30 // tùy chọn (mặc định 60s)
})  

Stop

LimitScreen.stop()

Readme

Keywords

none

Package Sidebar

Install

npm i @sigma-ott/limit-screen

Weekly Downloads

765

Version

0.0.12

License

MIT

Unpacked Size

15.6 kB

Total Files

5

Last publish

Collaborators

  • dotcody