Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RemoteAudioStateReason

The reason of the remote audio state change.

  • 0: Internal reasons.
  • 1: Network congestion.
  • 2: Network recovery.
  • 3: The local user stops receiving the remote audio stream or disables the audio module.
  • 4: The local user resumes receiving the remote audio stream or enables the audio module.
  • 5: The remote user stops sending the audio stream or disables the audio module.
  • 6: The remote user resumes sending the audio stream or enables the audio module.
  • 7: The remote user leaves the channel.

Index

Enumeration members

REMOTE_AUDIO_REASON_INTERNAL

REMOTE_AUDIO_REASON_INTERNAL: = 0

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

REMOTE_AUDIO_REASON_LOCAL_MUTED

REMOTE_AUDIO_REASON_LOCAL_MUTED: = 3

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

REMOTE_AUDIO_REASON_LOCAL_UNMUTED

REMOTE_AUDIO_REASON_LOCAL_UNMUTED: = 4

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

REMOTE_AUDIO_REASON_NETWORK_CONGESTION

REMOTE_AUDIO_REASON_NETWORK_CONGESTION: = 1

1: Network congestion.

REMOTE_AUDIO_REASON_NETWORK_RECOVERY

REMOTE_AUDIO_REASON_NETWORK_RECOVERY: = 2

2: Network recovery.

REMOTE_AUDIO_REASON_REMOTE_MUTED

REMOTE_AUDIO_REASON_REMOTE_MUTED: = 5

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

REMOTE_AUDIO_REASON_REMOTE_OFFLINE

REMOTE_AUDIO_REASON_REMOTE_OFFLINE: = 7

7: The remote user leaves the channel.

REMOTE_AUDIO_REASON_REMOTE_UNMUTED

REMOTE_AUDIO_REASON_REMOTE_UNMUTED: = 6

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