RemoteAudioState
Remote audio states.
Enumerator
- RemoteAudioStateStopped
- 0: The local audio is in the initial state. The SDK reports this state in the case of RemoteAudioReasonLocalMuted, RemoteAudioReasonRemoteMuted or RemoteAudioReasonRemoteOffline.
- RemoteAudioStateStarting
- 1: The first remote audio packet is received.
- RemoteAudioStateDecoding
- 2: The remote audio stream is decoded and plays normally. The SDK reports this state in the case of RemoteAudioReasonNetworkRecovery, RemoteAudioReasonLocalUnmuted or RemoteAudioReasonRemoteUnmuted.
- RemoteAudioStateFrozen
- 3: The remote audio is frozen. The SDK reports this state in the case of RemoteAudioReasonNetworkCongestion.
- RemoteAudioStateFailed
- 4: The remote audio fails to start. The SDK reports this state in the case of RemoteAudioReasonInternal.