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