RemoteAudioState

State of the remote audio stream.

Enumerations

RemoteAudioStateStopped
0: The default initial state of the remote audio. This state is reported under RemoteAudioReasonLocalMuted, RemoteAudioReasonRemoteMuted, or RemoteAudioReasonRemoteOffline.
RemoteAudioStateStarting
1: The local user has received the first packet of the remote audio.
RemoteAudioStateDecoding
2: The remote audio stream is being decoded and playing normally. This state is reported under RemoteAudioReasonNetworkRecovery, RemoteAudioReasonLocalUnmuted, or RemoteAudioReasonRemoteUnmuted.
RemoteAudioStateFrozen
3: The remote audio stream is frozen. This state is reported under RemoteAudioReasonNetworkCongestion.
RemoteAudioStateFailed
4: Failed to play the remote audio stream. This state is reported under RemoteAudioReasonInternal.