ITTAPICallCenter interface (tapi3cc.h)

The ITTAPICallCenter interface provides an entry point into call center controls. It exposes methods that allow an application to discover available agent handlers. The agent handler interface can then be used to access the other elements of a call center, such as ACD groups, agents, and queues.

The ITTAPICallCenter interface is created by calling QueryInterface on ITTAPI.

Please see About Call Center Controls for additional information.

Inheritance

The ITTAPICallCenter interface inherits from the IDispatch interface. ITTAPICallCenter also has these types of members:

Methods

The ITTAPICallCenter interface has these methods.

 
ITTAPICallCenter::EnumerateAgentHandlers

The ITTAPICallCenter::EnumerateAgentHandlers method (tapi3cc.h) enumerates agent handlers that are currently associated with the call center.
ITTAPICallCenter::get_AgentHandlers

The ITTAPICallCenter::get_AgentHandlers method (tapi3cc.h) creates a collection of agent handlers that are currently associated with the call center.

Requirements

Requirement Value
Target Platform Windows
Header tapi3cc.h (include Tapi3.h)

See also

Call Center Interfaces

IDispatch

TAPI Object