onRemoteVideoStats property
Reports the statistics of the video stream sent by each remote users. 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.
stats
Statistics of the remote video stream.
Implementation
final void Function(RtcConnection connection, RemoteVideoStats stats)?
onRemoteVideoStats;