OBJECT

BackupStreamSession

BackupStreamSession identifies the backup stream session.

link GraphQL Schema definition

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