UCC_ENDPOINT_SIGNALING_CAPABILITIES Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the signaling capabilities of an endpoint.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_ENDPOINT_SIGNALING_CAPABILITIES
public enum UCC_ENDPOINT_SIGNALING_CAPABILITIES
public enum class UCC_ENDPOINT_SIGNALING_CAPABILITIES
public enum UCC_ENDPOINT_SIGNALING_CAPABILITIES
public enum UCC_ENDPOINT_SIGNALING_CAPABILITIES

Members

Member name Description
UCCESC_NONE A flag indicating that no signaling capabilities is set on an endpoint. An application must not use this flag to set the signaling capabilities on an endpoint.
UCCESC_SESSION_ALTERNATE A flag indicating that the endpoint can toggle between two different sessions.
UCCESC_SESSION_ANSWER A flag indicating that the endpoint can answer an incoming session invitation.
UCCESC_SESSION_BLIND_TRANSFER A flag indicating that the endpoint can perform a non-consultative transfer of a session.
UCCESC_SESSION_CONFERENCE A flag indicating that the endpoint can join a conference session.
UCCESC_SESSION_CONSULTATIVE_TRANSFER A flag indicating that the endpoint can perform a consultative transfer of a session.
UCCESC_SESSION_FORWARD A flag indicating that the endpoint can forward a session invitation.
UCCESC_SESSION_GENERATE_DTMF A flag indicating that the endpoint can generate DTMF tone.
UCCESC_SESSION_HOLD A flag indicating that the endpoint can put a hold on a session.
UCCESC_SESSION_RECONNECT A flag indicating that the endpoint can reconnect a disconnected session.
UCCESC_SESSION_UNHOLD A flag indicating that the endpoint can terminate a hold on a session.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_ENDPOINT_SIGNALING_CAPABILITIES
{
   UCCESC_NONE = 0x00000000,
   UCCESC_SESSION_ANSWER = 0x00000001,
   UCCESC_SESSION_HOLD = 0x00000002,
   UCCESC_SESSION_UNHOLD = 0x00000004,
   UCCESC_SESSION_FORWARD = 0x00000008,
   UCCESC_SESSION_CONFERENCE = 0x00000010,
   UCCESC_SESSION_BLIND_TRANSFER = 0x00000020,
   UCCESC_SESSION_CONSULTATIVE_TRANSFER = 0x00000040,
   UCCESC_SESSION_ALTERNATE = 0x00000080,
   UCCESC_SESSION_RECONNECT = 0x00000100,
   UCCESC_SESSION_GENERATE_DTMF = 0x00000200
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace