remoteVideoTransportStats property

  1. @Deprecated('Please use remoteVideoStats instead.')
TransportStatsCallback? remoteVideoTransportStats
getter/setter pair

Reports the transport-layer statistics of each remote video stream. Deprecated: Please use remoteVideoStats instead. This callback reports the transport-layer statistics, such as the packet loss rate and network time delay, once every two seconds after the local user receives a video packet from a remote user. During a call, when the user receives the video packet sent by the remote user/host, the callback is triggered every 2 seconds.

Param uid The ID of the remote user sending the video packets.

Param delay The network delay (ms) from the sender to the receiver.

Param lost The packet loss rate (%) of the video packet sent from the remote user.

Param rxKBitRate The bitrate of the received video (Kbps).

Implementation

@Deprecated('Please use remoteVideoStats instead.')
TransportStatsCallback? remoteVideoTransportStats;