Video Stream Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
frontRowSeat.eventCentre({
..
options: {
videoPlaybackEnabled: true/false
}
).emit(OptionsUpdate: {
videoPlaybackEnabled: true/false
}).on(VideoPlaybackAuthRequest, {
messageType: 'VideoPlaybackAuthRequest'
}).emit(VideoPlaybackAuthResponse, {
messageType: 'VideoPlaybackAuthResponse',
operatorId: '<OPERATOR-ALC-ID>'.
auth: '<OPERATOR-ALC-TOKEN>',
timestamp: 1576339325918
})