Video Stream Authentication
Overview of the video authentication flow

frontRowSeat.eventCentre({
..
options: {
videoPlaybackEnabled: true/false
}
)Last updated
Was this helpful?
Overview of the video authentication flow

frontRowSeat.eventCentre({
..
options: {
videoPlaybackEnabled: true/false
}
)Last updated
Was this helpful?
Was this helpful?
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
})