Options
All
  • Public
  • Public/Protected
  • All
Menu

Remote audio states.

Index

Enumeration members

RemoteAudioStateDecoding = 2

2: The remote audio stream is decoded and plays normally. The SDK reports this state in the case of RemoteAudioReasonNetworkRecovery, RemoteAudioReasonLocalUnmuted or RemoteAudioReasonRemoteUnmuted.

RemoteAudioStateFailed = 4

4: The remote audio fails to start. The SDK reports this state in the case of RemoteAudioReasonInternal.

RemoteAudioStateFrozen = 3

3: The remote audio is frozen. The SDK reports this state in the case of RemoteAudioReasonNetworkCongestion.

RemoteAudioStateStarting = 1

1: The first remote audio packet is received.

RemoteAudioStateStopped = 0

0: The local audio is in the initial state. The SDK reports this state in the case of RemoteAudioReasonLocalMuted, RemoteAudioReasonRemoteMuted or RemoteAudioReasonRemoteOffline.

Generated using TypeDoc