RemoteAudioState
Remote audio stream state.
Enumerations
- RemoteAudioStateStopped
- 0: Default initial state of remote audio. This state is reported under
RemoteAudioReasonLocalMuted,RemoteAudioReasonRemoteMuted, orRemoteAudioReasonRemoteOffline. - RemoteAudioStateStarting
- 1: Local user has received the first packet of remote audio.
- RemoteAudioStateDecoding
- 2: Remote audio stream is decoding and playing normally. This state is reported under
RemoteAudioReasonNetworkRecovery,RemoteAudioReasonLocalUnmuted, orRemoteAudioReasonRemoteUnmuted. - RemoteAudioStateFrozen
- 3: Remote audio stream is frozen. This state is reported under
RemoteAudioReasonNetworkCongestion. - RemoteAudioStateFailed
- 4: Failed to play remote audio stream. This state is reported under
RemoteAudioReasonInternal.