Rate this page:

LocalVideoStatsReport

Interface that represents statistics for an outgoing local video stream.

Props

bytesSent

Copy URL
bytesSent: 

number

Total number of bytes sent within a video stream.

codec

Copy URL
codec: 

null | string

Video codec name for a video stream.

layers

Copy URL
layers: 

LocalVideoLayerStats[]

Statistics for the video stream layers.

packetsSent

Copy URL
packetsSent: 

number

Total number of packets sent within a video stream.

sourceFps

Copy URL
sourceFps: 

null | number

Number of complete source frames in the last second.

Not supported in the Safari browser below 17.4 and party supported in the Firefox browser.

sourceFrameHeight

Copy URL
sourceFrameHeight: 

null | number

Height of the video frame captured by a video source.

Not supported in the Safari browser (the value is null). Partly supported in the Firefox browser.

sourceFrameWidth

Copy URL
sourceFrameWidth: 

null | number

Width of the video frame captured by a video source.

Not supported in the Safari browser (the value is null). Partly supported in the Firefox browser.

streamType

Copy URL
streamType: 

StreamType.Video | StreamType.ScreenVideo

Video stream type.