RemoteAudioStateReason

Reason for remote audio stream state change.

Enumerations

remoteAudioReasonInternal
0: This reason is reported when the audio state changes.
remoteAudioReasonNetworkCongestion
1: Network congestion.
remoteAudioReasonNetworkRecovery
2: Network recovered.
remoteAudioReasonLocalMuted
3: Local user stopped receiving remote audio stream or disabled the audio module.
remoteAudioReasonLocalUnmuted
4: Local user resumed receiving remote audio stream or enabled the audio module.
remoteAudioReasonRemoteMuted
5: Remote user stopped sending audio stream or disabled the audio module.
remoteAudioReasonRemoteUnmuted
6: Remote user resumed sending audio stream or enabled the audio module.
remoteAudioReasonRemoteOffline
7: Remote user left the channel.