remoteVideoStats property

RemoteVideoStatsCallback? remoteVideoStats
getter/setter pair

Reports the transport-layer statistics of each remote video stream. Reports the statistics of the video stream from the remote users. The SDK triggers this callback once every two seconds for each remote user. If a channel has multiple users/hosts sending video streams, the SDK triggers this callback as many times.

Param stats Statistics of the remote video stream.

Implementation

RemoteVideoStatsCallback? remoteVideoStats;