CALLHUB_EVENT enumeration (tapi3if.h)

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_CALLJOIN
Value: 0
A new call has joined the CallHub.
CHE_CALLLEAVE
A call has left the CallHub.
CHE_CALLHUBNEW
A new CallHub has appeared.
CHE_CALLHUBIDLE
A CallHub has gone idle.
CHE_LASTITEM

Requirements

Requirement Value
Header tapi3if.h

See also

ITCallHubEvent::get_Event