onRemoteAudioStats property
通话中远端音频流的统计信息回调。
该回调针对每个发送音频流的远端用户/主播每 2 秒触发一次。如果远端有多个用户/主播发送音频流,该回调每 2 秒会被触发多次。
connectionConnection 信息。详见 RtcConnection 。stats接收到的远端音频统计数据,详见 RemoteAudioStats 。
Implementation
final void Function(RtcConnection connection, RemoteAudioStats stats)?
onRemoteAudioStats;