Platform SDK: TAPI

CALLHUB_EVENT

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.

typedef enum CALLHUB_EVENT
{
  CHE_CALLJOIN,
  CHE_CALLLEAVE,
  CHE_CALLHUBNEW,
  CHE_CALLHUBIDLE
} CALLHUB_EVENT;

Members

CHE_CALLJOIN
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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.

See Also

ITCallHubEvent::get_Event