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_EVENT enum describes CallHub events. The ITCallHubEvent::get_Event method returns a member of this enum to indicate the type of CallHub event that occurred.
Syntax
typedef enum CALLHUB_EVENT {
CHE_CALLJOIN = 0,
CHE_CALLLEAVE,
CHE_CALLHUBNEW,
CHE_CALLHUBIDLE,
CHE_LASTITEM
} ;
Constants
CHE_CALLJOINValue: 0 A new call has joined the CallHub. |
CHE_CALLLEAVEA call has left the CallHub. |
CHE_CALLHUBNEWA new CallHub has appeared. |
CHE_CALLHUBIDLEA CallHub has gone idle. |
CHE_LASTITEM |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |