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.
connection
The connection information. See RtcConnection.stats
Statistics of the remote video stream. See RemoteVideoStats.
Implementation
final void Function(RtcConnection connection, RemoteVideoStats stats)?
onRemoteVideoStats;