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.