UCC_CONFERENCE_ENTITY_TYPE 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 conference entity types.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_ENTITY_TYPE
public enum UCC_CONFERENCE_ENTITY_TYPE
public enum class UCC_CONFERENCE_ENTITY_TYPE
public enum UCC_CONFERENCE_ENTITY_TYPE
public enum UCC_CONFERENCE_ENTITY_TYPE

Members

Member name Description
UCCCET_AUDIO_VIDEO A flag indicating that a conference entity is the AV MCU of the conference.
UCCCET_CONTROL A flag indicating that a conference entity is the conference focus.
UCCCET_DATA A flag indicating that a conference entity is the data MCU of the conference.
UCCCET_INSTANT_MESSAGING A flag indicating that a conference entity is the IM MCU of the conference.
UCCCET_TELEPHONY A flag indicating that a conference entity is the MCU for the PSTN conference.

Remarks

A conference entity refers to an MCU or the focus of a conference.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_ENTITY_TYPE
{
   UCCCET_CONTROL = 1,
   UCCCET_AUDIO_VIDEO,
   UCCCET_DATA,
   UCCCET_INSTANT_MESSAGING,
   UCCCET_TELEPHONY
};

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