OBJECT
BackupIngestSession
BackupIngestSession is session metadata related to broadcaster's backup session.
link GraphQL Schema definition
1 type BackupIngestSession { 2 3 # The session where the current session was stitched from. 4 : [BackupStreamSession!] 5 6 # The session where the current session was stitched to. 7 : [BackupStreamSession!] 8 9 }