OBJECT

StreamBitrate

StreamBitrate represents the bitrate of stream session by time.

link GraphQL Schema definition

1type StreamBitrate {
2
3# Time of recorded bitrate.
4recordedAt: Time!
5
6# Bitrate of video stream in Kbps.
7valueKbps: Float!
8
9}