Optional avThe amount of time (ms) that the audio is ahead of the video. If this value is negative, the audio is lagging behind the video.
Optional decoderThe frame rate (fps) of decoding the remote video.
Optional delayDeprecated: 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).
Optional e2eEnd-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.
Optional frameThe packet loss rate (%) of the remote video.
Optional frozenThe 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.
Optional heightThe height (pixels) of the video.
Optional packetThe packet loss rate (%) of the remote video after using the anti-packet-loss technology.
Optional publishThe total duration (ms) of the remote video stream.
Optional receivedThe bitrate (Kbps) of the remote video received since the last count.
Optional rendererThe frame rate (fps) of rendering the remote video.
Optional rxThe type of the video stream. See VideoStreamType.
Optional totalThe 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.
Optional totalThe 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.
Optional uidThe user ID of the remote user sending the video stream.
Optional widthThe width (pixels) of the video.
Generated using TypeDoc
Statistics of the remote video stream.