UCC_SESSION_CONTEXT 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 API-supported extended properties as a session context.

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

Syntax

'Declaration
Public Enumeration UCC_SESSION_CONTEXT
public enum UCC_SESSION_CONTEXT
public enum class UCC_SESSION_CONTEXT
public enum UCC_SESSION_CONTEXT
public enum UCC_SESSION_CONTEXT

Members

Member name Description
UCCSC_ASSOCIATED_CONFERENCE_SESSION The ID of a property of the IUccConferenceSession type to identify the associated conference session for this media session.
UCCSC_DISABLE_AUTOMATIC_REDIRECT The ID of a property of the BOOL (Boolean) type to indicate whether automatic handling of redirect (302) responses is disabled (TRUE) or enabled (FALSE) during session establishment.
UCCSC_DISABLE_MEDIA_CONNECTIVITY The ID of a property of the BOOL (Boolean) type to indicate whether the additional media connectivity using the Interactive Connection Establishment (ICE) protocol is disabled (TRUE) or not (FALSE).
UCCSC_PREFER_DIRECT_MEDIA_CONNECTIVITY The ID of a property of the BOOL (Boolean) type to indicate whether the direct media connectivity (TRUE) or the relayed media connectivity (FALSE) is the preferred media connectivity in ICE.
UCCSC_TRANSFER_CONTEXT The ID of a property of a generic pointer (PTR) type that points to an interface with the transfer context. This interface is currently an IUccContext interface.

Remarks

An application can specify additional properties when a session object is created. The collection of such properties constitutes the context of the session object and is represented by an IUccContext object. This enumeration type defines such properties supported by the UCC API.

Win32 COM/C++ Syntax

typedef enum UCC_SESSION_CONTEXT
{
   UCCSC_DISABLE_MEDIA_CONNECTIVITY = 1 | UCCPCL_SESSION | UCCPT_BOOLEAN,
   UCCSC_PREFER_DIRECT_MEDIA_CONNECTIVITY = 2 | UCCPCL_SESSION | UCCPT_BOOLEAN,
   UCCSC_DISABLE_AUTOMATIC_REDIRECT = 3 | UCCPCL_SESSION | UCCPT_BOOLEAN,
   UCCSC_TRANSFER_CONTEXT = 4 | UCCPCL_SESSION | UCCPT_OBJECT,
   UCCSC_ASSOCIATED_CONFERENCE_SESSION = 5 | UCCPCL_SESSION | UCCPT_OBJECT
};

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