Rate this page:

RemoteVideoStatsReport

Interface that represents statistics for incoming video streams.

Props

bytesReceived

Copy URL
bytesReceived: 

number

Total number of bytes received within a video stream.

codec

Copy URL
codec: 

null | string

Video codec name for a video stream.

fps

Copy URL
fps: 

null | number

Number of complete frames in the last second.

frameHeight

Copy URL
frameHeight: 

null | number

Video frame height received within a video stream at the moment of the statistics collection.

frameWidth

Copy URL
frameWidth: 

null | number

Video frame width received within a video stream at the moment of the statistics collection.

packetsLost

Copy URL
packetsLost: 

number

Total number of video packets lost for a video stream.

packetsReceived

Copy URL
packetsReceived: 

number

Total number of packets received within a video stream.