ACSCallState Enum

Declaration

typedef enum ACSCallState : NSInteger { ... } ACSCallState;

Description

State of a call

Values

Name Value Description Remarks
ACSCallStateNone 0 None - disposed or applicable very early in lifetime of a call
ACSCallStateEarlyMedia 1 Early Media
ACSCallStateConnecting 3 Call is being connected
ACSCallStateRinging 4 Call is ringing
ACSCallStateConnected 5 Call is connected
ACSCallStateLocalHold 6 Call held by local participant
ACSCallStateDisconnecting 7 Call is being disconnected
ACSCallStateDisconnected 8 Call is disconnected
ACSCallStateInLobby 9 In Lobby
ACSCallStateRemoteHold 10 Call held by a remote participant