Class RemoteVideoStats

Statistics of the remote video stream.

Hierarchy

  • RemoteVideoStats

Constructors

Properties

avSyncTimeMs?: number

The amount of time (ms) that the audio is ahead of the video. If this value is negative, the audio is lagging behind the video.

decoderOutputFrameRate?: number

The frame rate (fps) of decoding the remote video.

delay?: number

Deprecated: In scenarios where audio and video are synchronized, you can get the video delay data from networkTransportDelay and jitterBufferDelay in RemoteAudioStats. The video delay (ms).

e2eDelay?: number

End-to-end video latency (ms). That is, the time elapsed from the video capturing on the remote user's end to the receiving and rendering of the video on the local user's end.

frameLossRate?: number

The packet loss rate (%) of the remote video.

frozenRate?: number

The total video freeze time as a percentage (%) of the total time the video is available. The video is considered available as long as that the remote user neither stops sending the video stream nor disables the video module after joining the channel.

height?: number

The height (pixels) of the video.

packetLossRate?: number

The packet loss rate (%) of the remote video after using the anti-packet-loss technology.

publishDuration?: number

The total duration (ms) of the remote video stream.

receivedBitrate?: number

The bitrate (Kbps) of the remote video received since the last count.

rendererOutputFrameRate?: number

The frame rate (fps) of rendering the remote video.

rxStreamType?: VideoStreamType

The type of the video stream. See VideoStreamType.

totalActiveTime?: number

The total active time (ms) of the video. As long as the remote user or host neither stops sending the video stream nor disables the video module after joining the channel, the video is available.

totalFrozenTime?: number

The total freeze time (ms) of the remote video stream after the remote user joins the channel. In a video session where the frame rate is set to no less than 5 fps, video freeze occurs when the time interval between two adjacent renderable video frames is more than 500 ms.

uid?: number

The user ID of the remote user sending the video stream.

width?: number

The width (pixels) of the video.

Generated using TypeDoc