remoteAudioStats property

RemoteAudioStatsCallback? remoteAudioStats
getter/setter pair

Reports the statistics of the audio stream from each remote user/host.

The SDK triggers this callback once every two seconds for each remote user/host. If a channel includes multiple remote users, the SDK triggers this callback as many times.

Schemes such as FEC (Forward Error Correction) or retransmission counter the frame loss rate. Hence, users may find the overall audio quality acceptable even when the packet loss rate is high.

The RemoteAudioStatsCallback typedef includes the following parameter:

Implementation

RemoteAudioStatsCallback? remoteAudioStats;