remoteVideoStats property
Reports the statistics of the video stream from each remote user/broadcaster. The SDK triggers this callback once every two seconds for each remote user/broadcaster. If a channel includes multiple remote users, the SDK triggers this callback as many times.
The RemoteVideoStatsCallback
typedef includes the following parameter:
- RemoteVideoStats
stats
: Statistics of the received remote video streams.
Implementation
RemoteVideoStatsCallback? remoteVideoStats;