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.
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
})
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)
})
LimitScreen.stop()