Enumeration RemoteAudioStateReason

The reason for the remote audio state change.

Enumeration Members

RemoteAudioReasonInternal: 0

0: The SDK reports this reason when the audio state changes.

RemoteAudioReasonLocalMuted: 3

3: The local user stops receiving the remote audio stream or disables the audio module.

RemoteAudioReasonLocalUnmuted: 4

4: The local user resumes receiving the remote audio stream or enables the audio module.

RemoteAudioReasonNetworkCongestion: 1

1: Network congestion.

RemoteAudioReasonNetworkRecovery: 2

2: Network recovery.

RemoteAudioReasonRemoteMuted: 5

5: The remote user stops sending the audio stream or disables the audio module.

RemoteAudioReasonRemoteOffline: 7

7: The remote user leaves the channel.

RemoteAudioReasonRemoteUnmuted: 6

6: The remote user resumes sending the audio stream or enables the audio module.

Generated using TypeDoc