remoteAudioStats property
Reports the statistics of the audio stream from each remote user/broadcaster.
The SDK triggers this callback once every two seconds for each remote user/broadcaster. 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:
- RemoteAudioStats
stats
: Statistics of the received remote audio streams.
Implementation
RemoteAudioStatsCallback? remoteAudioStats;