OBJECT
BackupStreamSession
BackupStreamSession identifies the backup stream session.
link GraphQL Schema definition
1 type BackupStreamSession { 2 3 # Type of live stream. 4 : BroadcastFormat! 5 6 # The ID of backup session. 7 : ID! 8 9 # Time when the backup stream was stitched as primary session. 10 : Time! 11 12 }