onLocalVideoStats property
Reports the statistics of the local video stream.
The SDK triggers this callback once every two seconds to report the statistics of the local video stream.
connectionThe connection information. See RtcConnection.statsThe statistics of the local video stream. See LocalVideoStats.
Implementation
final void Function(RtcConnection connection, LocalVideoStats stats)?
onLocalVideoStats;