Optional
captureThe frame rate (fps) of the captured video.
Firefox does not support this property.
The resolution height (pixel) of the captured video.
The resolution width (pixel) of the captured video.
Optional
codecThe video codec.
"H264"
: The video codec is H.264."VP8"
: The video codec is VP8."VP9"
: The video codec is VP9."AV1X"
: The video codec is AV1.Firefox does not support this property.
The packet loss rate of the sent video in 400ms.
Optional
encodeThe delay (ms) between video capture and video encoding.
Note: You cannot get this property on iOS.
The bitrate (bps) of the sent video.
The total bytes of the sent video.
Optional
sendThe frame rate (fps) of the sent video.
Firefox does not support this property.
The total packets of the sent video.
The total number of lost video packets that were sent.
The resolution height (pixel) of the sent video.
The resolution width (pixel) of the sent video.
The target bitrate (bps) of the sent video, namely the bitrate set in VideoEncoderConfiguration.
The total duration of the sent video in seconds.
The total freeze time of the encoded video in seconds.
Generated using TypeDoc
Information of the local video track, which can be retrieved by calling [AgoraRTCClient.getLocalVideoStats]getLocalVideoStats.