remoteVideoStats property

RemoteVideoStatsCallback? remoteVideoStats
getter/setter pair

Reports the statistics of the video stream from each remote user/host. The SDK triggers this callback once every two seconds for each remote user/host. If a channel includes multiple remote users, the SDK triggers this callback as many times.

The RemoteVideoStatsCallback typedef includes the following parameter:

Implementation

RemoteVideoStatsCallback? remoteVideoStats;