rtcStats property
RtcStatsCallback?
rtcStats
getter/setter pair
Reports the statistics of the RtcEngine once every two seconds.
The RtcStatsCallback
typedef includes the following parameter:
- RtcStats
stats
: Statistics of the call.
Implementation
RtcStatsCallback? rtcStats;