UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY 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 IDs of the properties 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_PROPERTY
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY
public enum class UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY
public enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY

Members

Member name Description
UCCCPEPID_AUTHENTICATION_TYPE The ID of a property of the UCC_CONFERENCE_PARTICIPANT_AUTHENTICATION_TYPE type indicating how a participant is authenticated when the participant joined the conference thorough either the focus or an MCU.
UCCCPEPID_ENDPOINT_URI The ID of a property of the string (BSTR) type identifying the URI of a conference participant.
UCCCPEPID_JOINING_INFO_BY The ID of a property of the string (BSTR) type indicating which presenter issued the dial-out invitation for a participant to join the conference.
UCCCPEPID_JOINING_INFO_REASON The ID of a property of the optional string (BSTR) type indicating why the presenter issued the dial-out invitation for the participant to join the conference.
UCCCPEPID_JOINING_INFO_WHEN The ID of a property of the string (BSTR) type indicating when an MCU dials out an invitation.
UCCCPEPID_JOINING_METHOD The ID of a property of the UCC_CONFERENCE_MEDIA_JOIN_TYPE type specifying how a participant connects to a conference MCU.
UCCCPEPID_LEADER_PASSCODE The ID of a property of the string (BSTR) type indicating the code required for the participant to join a PSTN conference as a conference leader.
UCCCPEPID_ROLE The ID of a property of the UCC_CONFERENCE_PARTICIPANT_ROLE type identifying the role of a conference participant.
UCCCPEPID_TELEPHONY_ROLE The ID of a property of the UCC_CONFERENCE_PARTICIPANT_ROLE type identifying the role of a participant endpoint in a PSTN conference.

Remarks

An application can determine the data type and accessibility as well as the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_ACCESSIBILITY as well UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_PARTICIPANT_ENDPOINT_PROPERTY
{
   UCCCPEPID_ENDPOINT_URI = 1 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCPEPID_ROLE = 2 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_WRITE| UCCPT_ENUMERATION,
   UCCCPEPID_TELEPHONY_ROLE = 3 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_WRITE| UCCPT_ENUMERATION,
   UCCCPEPID_AUTHENTICATION_TYPE = 4 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_ENUMERATION,
   UCCCPEPID_LEADER_PASSCODE = 5 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCPEPID_JOINING_METHOD = 6 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_ENUMERATION,
   UCCCPEPID_JOINING_INFO_BY = 7 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCPEPID_JOINING_INFO_WHEN = 8 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCPEPID_JOINING_INFO_REASON = 9 | UCCPCL_CONFERENCE_PARTICIPANT_ENDPOINT | UCCPAC_READ_ONLY | UCCPT_STRING
};

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