RemoteVideoStatsReport
Interface that represents statistics for incoming video streams.
Props
bytesReceived
bytesReceived: number
Total number of bytes received within a video stream.
codec
codec: null | string
Video codec name for a video stream.
fps
fps: null | number
Number of complete frames in the last second.
frameHeight
frameHeight: null | number
Video frame height received within a video stream at the moment of the statistics collection.
frameWidth
frameWidth: null | number
Video frame width received within a video stream at the moment of the statistics collection.
packetsLost
packetsLost: number
Total number of video packets lost for a video stream.
packetsReceived
packetsReceived: number
Total number of packets received within a video stream.