RemoteAudioStateReason

The reason for the remote audio state change.

Enumerator

remoteAudioReasonInternal
0: The SDK reports this reason when the audio state changes.
remoteAudioReasonNetworkCongestion
1: Network congestion.
remoteAudioReasonNetworkRecovery
2: Network recovery.
remoteAudioReasonLocalMuted
3: The local user stops receiving the remote audio stream or disables the audio module.
remoteAudioReasonLocalUnmuted
4: The local user resumes receiving the remote audio stream or enables the audio module.
remoteAudioReasonRemoteMuted
5: The remote user stops sending the audio stream or disables the audio module.
remoteAudioReasonRemoteUnmuted
6: The remote user resumes sending the audio stream or enables the audio module.
remoteAudioReasonRemoteOffline
7: The remote user leaves the channel.