OBJECT

IngestFrameDrop

IngestFrameDrop represent an event where a video frame is dropped while ingesting a video stream.

link GraphQL Schema definition

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