@sigma-ott/limit-screen
v0.0.12
Published
```bash npm install @sigma-ott/limit-screen or yarn add @sigma-ott/limit-screen ```
Downloads
3,511
Readme
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()