OBJECT

IngestStarvationEvent

IngestStarvationEvent represent an event where an expected video frame from broadcaster does not arrive.

link GraphQL Schema definition

1type IngestStarvationEvent {
2
3# Duration of events in seconds.
4durationSeconds: Float!
5
6# Starr time of the event.
7startedAt: Time!
8
9}