onRemoteAudioStats method Null safety

void onRemoteAudioStats(
  1. List<NERtcAudioRecvStats> statsList
)

Get notified when the stats of a remote audio stream in the call are collected.. The message sent by this callback describes the stats of the audio stream in a peer-to-peer call from a remote user. The callback is triggered every 2 seconds.

Implementation

void onRemoteAudioStats(List<NERtcAudioRecvStats> statsList);