OBJECT

BackupIngestSession

BackupIngestSession is session metadata related to broadcaster's backup session.

link GraphQL Schema definition

1type BackupIngestSession {
2
3# The session where the current session was stitched from.
4stitchedFrom: [BackupStreamSession!]
5
6# The session where the current session was stitched to.
7stitchedTo: [BackupStreamSession!]
8
9}