UCC_CONFERENCE_MEDIA_JOIN_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 possible ways a participant can connect to a conference MCU.

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

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_MEDIA_JOIN_TYPE
public enum UCC_CONFERENCE_MEDIA_JOIN_TYPE
public enum class UCC_CONFERENCE_MEDIA_JOIN_TYPE
public enum UCC_CONFERENCE_MEDIA_JOIN_TYPE
public enum UCC_CONFERENCE_MEDIA_JOIN_TYPE

Members

Member name Description
UCCCMJT_DIAL_IN A flag indicating that the participant initiates the call to an MCU of a conference.
UCCCMJT_DIAL_OUT A flag indicating that an MCU initiates the call to invite the participant.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_MEDIA_JOIN_TYPE
{
   UCCCMJT_DIAL_IN = 0x00000001,
   UCCCMJT_DIAL_OUT = 0x00000002
};

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