OBJECT

IngestStreamHealth

Set of codes to warn the broadcaster about what is wrong with the stream.

link GraphQL Schema definition

1type IngestStreamHealth {
2
3# Reasons why the stream is unstable.
4reasons: [IngestStreamHealthReason!]
5
6# Indicate whether the stream is at okay, warning or unstable status.
7status: IngestStreamHealthStatus!
8
9}