OBJECT
IngestStreamHealth
Set of codes to warn the broadcaster about what is wrong with the stream.
link GraphQL Schema definition
1 type IngestStreamHealth { 2 3 # Reasons why the stream is unstable. 4 : [IngestStreamHealthReason!] 5 6 # Indicate whether the stream is at okay, warning or unstable status. 7 : IngestStreamHealthStatus! 8 9 }