remoteAudioStats property

RemoteAudioStatsCallback? remoteAudioStats
getter/setter pair

Reports the transport-layer statistics of each remote audio stream. The SDK triggers this callback once every two seconds for each remote user who is sending audio streams. If a channel includes multiple remote users, the SDK triggers this callback as many times.

Param stats The statistics of the received remote audio streams. See RemoteAudioStats .

Implementation

RemoteAudioStatsCallback? remoteAudioStats;