CALLHUB_STATE enumeration (tapi3if.h)

The CALLHUB_STATE enum is a state indicator returned by the ITCallHub::get_State method.

Syntax

typedef enum CALLHUB_STATE {
  CHS_ACTIVE = 0,
  CHS_IDLE
} ;

Constants

 
CHS_ACTIVE
Value: 0
The CallHub is active. There is at least one call that is not in the CS_DISCONNECTED state.
CHS_IDLE
All calls associated with this CallHub are in the CS_DISCONNECTED state.

Requirements

Requirement Value
Header tapi3if.h

See also

ITCallHub::get_State