UCC_CONFERENCE_SESSION_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 session.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_SESSION_PROPERTY
public enum UCC_CONFERENCE_SESSION_PROPERTY
public enum class UCC_CONFERENCE_SESSION_PROPERTY
public enum UCC_CONFERENCE_SESSION_PROPERTY
public enum UCC_CONFERENCE_SESSION_PROPERTY

Members

Member name Description
UCCCSPID_ACTIVE The ID of a property of the Boolean (BOOL) value indicating whether the session is active (TRUE) or not (FALSE).
UCCCSPID_CONFERENCE_AUDIO_VIDEO_URI The ID of a property of the string (BSTR) value indicating the URI of the audio and video MCU of the conference.
UCCCSPID_CONFERENCE_DATA_URI The ID of a property of the string (BSTR) value indicating the URI of the data MCU of the conference.
UCCCSPID_CONFERENCE_INSTANT_MESSAGING_URI The ID of a property of the string (BSTR) value indicating the URI of the instant messaging MCU of the conference.
UCCCSPID_CONFERENCE_TELEPHONY_URI The ID of a property of the string (BSTR) value indicating the URI of the telephony MCU for a PSTN conference.
UCCCSPID_CONFERENCE_VIEW The ID of a property of the IUccConferenceView value containing a collection of conference entities.
UCCCSPID_LOCKED The ID of a property of the Boolean (BOOL) value indicating whether the session is locked (TRUE) or not (FALSE).
UCCCSPID_MEDIA The ID of a property of the UCC_MEDIA_TYPES value indicating the media types supported by the UCC API.
UCCCSPID_PRIMARY_VIDEO_SOURCE The ID of a property of the IUccConferenceSessionParticipantEndpoint object indicating the primary video source of the session.
UCCCSPID_RECORDING The ID of a property of the Boolean (BOOL) value indicating whether the server-side recording is enabled (TRUE) or not (FALSE) for a Live Meeting conference.
UCCCSPID_SOURCE_NETWORK_TYPE The ID of a property of the UCC_SOURCE_NETWORK_TYPE value indicating the type of the source network.
UCCCSPID_SUBJECT The ID of a property of the string (BOOL) value indicating the subject of the conference.
UCCCSPID_VIDEO_SWITCHING_MODE The ID of a property of the UCC_CONFERENCE_VIDEO_SWITCHING_MODE value indicating how the primary video stream is switched.

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_SESSION_PROPERTY
{
   UCCCSPID_MEDIA = 1 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_NUMERIC,
   UCCCSPID_ACTIVE = 2 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_BOOLEAN,
   UCCCSPID_LOCKED = 3 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_WRITE| UCCPT_BOOLEAN,
   UCCCSPID_RECORDING = 4 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_BOOLEAN,
   UCCCSPID_SOURCE_NETWORK_TYPE = 5 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_ENUMERATION,
   UCCCSPID_SUBJECT = 6 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_WRITE| UCCPT_STRING,
   UCCCSPID_VIDEO_SWITCHING_MODE = 7 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_WRITE| UCCPT_ENUMERATION,
   UCCCSPID_PRIMARY_VIDEO_SOURCE = 8 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_WRITE| UCCPT_OBJECT,
   UCCCSPID_CONFERENCE_AUDIO_VIDEO_URI = 9 | UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCSPID_CONFERENCE_DATA_URI = 10| UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCSPID_CONFERENCE_INSTANT_MESSAGING_URI = 11| UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCSPID_CONFERENCE_TELEPHONY_URI = 12| UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | UCCPT_STRING,
   UCCCSPID_CONFERENCE_VIEW = 13| UCCPCL_CONFERENCE_SESSION | UCCPAC_READ_ONLY | 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