UCC_CONFERENCE_PARTICIPANT_ENDPOINT_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 the context of a conference participant endpoint.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT
public enum class UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT

Members

Member name Description
UCCCPEC_CONFERENCE_MEDIA_JOIN_PREFERENCE The ID of an extended property of the UCC_CONFERENCE_MEDIA_JOIN_TYPE identifying the preferences by which media connected to a conference MCU. The allowed values are UCCCMJT_DIAL_IN or UCCCMJT_DIAL_OUT.
UCCCPEC_CONVERSATION_IDENTITY The ID of an extended property of the string (BSTR) type identifying a conversation.
UCCCPEC_LEADER_PASSCODE The ID of an extended property of the integer (LONG) type identifying the password of a conference leader. This code is generated when the conference is scheduled.
UCCCPEC_POST_DIAL The ID of an extended property of the string (BSTR) type specifying a string of numbers plus (#), (*), (,), and (p). The string can represent a telephone extension or a participant password (as a PIN). It can also be a pause in a dialing sequence and other information that are required for connecting to a Live Meeting conference. The string is to be dialed after the participant is connected to a conference using a telephone.
UCCCPEC_REPLACES The ID of an extended property of the IUccSession type identifying the session to be replaced.
UCCCPEC_ROLE The ID of an extended property of the string (BSTR) type identifying the role of a conference participant endpoint as specified in the Centralized Conference Control Protocol (CCCP).

Remarks

The UCC API allows an application to set and get additional application-specified properties for a conference participant endpoint.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT
{
   UCCCPEC_ROLE = 1 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | UCCPT_ENUMERATION,
   UCCCPEC_CONVERSATION_IDENTITY = 2 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | UCCPT_STRING,
   UCCCPEC_CONFERENCE_MEDIA_JOIN_PREFERENCE = 3 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | UCCPT_ENUMERATION,
   UCCCPEC_LEADER_PASSCODE = 4 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | UCCPT_STRING,
   UCCCPEC_POST_DIAL = 5 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | UCCPT_STRING,
   UCCCPEC_REPLACES = 6 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT_CONTEXT | 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