UCC_CONFERENCE_ENTITY_SETTING_PROPERTY Enumeration
Enumerates the IDs of the properties describing the conference entity setting.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
| Member name | Description |
|---|---|
| UCCCESP_DATA_MCU_COLLABORATION_MODE | The ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the collaboration mode is enabled (TRUE or 1) for the data MCU of a conference or not (FALSE or 0). If enabled, the data MCU turns a conference into a collaborative session to allow participants to share data and applications. |
| UCCCESP_PRESENTATION_MODE | The ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the presentation mode is enabled (TRUE or 1) on an AV MCU or not (FALSE or 0). |
| UCCCESP_TYPE | The ID of a property of the UCC_CONFERENCE_ENTITY_TYPE type specifying the type of a conference entity. |
A conference entity refers to a conference MCU or the conference focus. An application can determine the data type and the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_CLASS enumerations.
Win32 COM/C++ Syntax
typedef enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
{
UCCCESP_TYPE = 1 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_ENUMERATION,
UCCCESP_PRESENTATION_MODE = 2 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN,
UCCCESP_DATA_MCU_COLLABORATION_MODE = 3 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN
};