onRtcStats method Null safety

void onRtcStats(
  1. NERtcStats stats
)

Get notified of the stats of the current call is collected The SDK reports the stats of the current call to the app on a regular basis. The callback is triggered every 2 seconds.

Implementation

void onRtcStats(NERtcStats stats);