onRtcStats property
Reports the statistics about the current call.
- connectionThe connection information. See RtcConnection.
- statsStatistics of the RTC engine. See RtcStats.
Implementation
final void Function(RtcConnection connection, RtcStats stats)? onRtcStats;