The frame rate (fps) of the captured video.
You can not get this property on Safari and Firefox.
The resolution height (pixel) of the captured video.
The resolution width (pixel) of the captured video.
The video codec.
"H264"
: The video codec is H.264."VP8"
: The video codec is VP8."VP9"
: Reserved for future use."AV1X"
: Reserved for future use."AV1"
: Reserved for future use.You can not get this property on Firefox.
The packet loss rate of the sent video in 400ms.
The delay (ms) between video capture and video encoding.
- You cannot get this property on iOS.
- You cannot get this property on Safari.
The bitrate (bps) of the sent video.
The total bytes of the sent video.
The frame rate (fps) of the sent video.
You can not get this property on Firefox.
The total packets of the sent video.
The total number of lost video packets that were sent.
- You can not get this property on Safari.
- This property is inaccurate on Firefox.
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.
Information of the local video track, which can be retrieved by calling AgoraRTCClient.getLocalVideoStats.