UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS 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 endpoint extended properties used to support a consultation call in the remote call control.

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

Syntax

'Declaration
Public Enumeration UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS
public enum UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS
public enum class UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS
public enum UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS
public enum UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS

Members

Member name Description
UCCPECE_PRINCIPAL_SESSION The ID of the property of an IUnknown value specifying an active remote call control session required for making a consultation call. This property is set in a UccContext object. The resultant UccContext instance is then specified when the AV session is created for the consultation call.

Remarks

UCC API supports two types of calls in a remote call control session: a user can make a simple telephone call to another user or a user can place another telephone call to a third user while already in a call. The latter is known as the consultation call. A UCC API client uses the same programming pattern to make both types of calls. For the consultation call, the client must specify a non-NULL UccContext object when creating the AV session. The UccContext object must contain an active remote call control session as the property defined in this enumeration type. A NULL UccContext instance indicates that the client is making a simple call.

Win32 COM/C++ Syntax

typedef enum UCC_PROXY_ENDPOINT_CONTEXT_EXTENSIONS
{
   UCCPECE_PRINCIPAL_SESSION = 10000
};

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