Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_ACTIVEValue: 0 The CallHub is active. There is at least one call that is not in the CS_DISCONNECTED state. |
CHS_IDLEAll calls associated with this CallHub are in the CS_DISCONNECTED state. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |