Enumeration

CuiCallState

Declaration

enum Cui.CallState

Description [src]

The call state of a CuiCall

Members

Name Description
CUI_CALL_STATE_UNKNOWN

Call state unknown.

CUI_CALL_STATE_ACTIVE

Call is active.

CUI_CALL_STATE_HELD

Call is held.

CUI_CALL_STATE_CALLING

Call is being placed.

CUI_CALL_STATE_INCOMING

Call is incoming.

CUI_CALL_STATE_DISCONNECTED

Call has ended.

Type functions

cui_call_state_to_string
No description available.