rtcStats property
Reports the statistics of the current call. The SDK triggers this callback once every two seconds after the user joins the channel.
Param stats
Statistics of the RTC engine, see RtcStats for
details.
Implementation
RtcStatsCallback? rtcStats;