UCC_MEDIA_CONNECTIVITY_SERVER_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 types of media connectivity servers supported by the UCC API.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Syntax
'Declaration
Public Enumeration UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
public enum UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
public enum class UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
public enum UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
public enum UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
Members
Member name | Description |
---|---|
UCCMCST_HTTP_PROXY | A flag indicating the use of an HTTP proxy as the media connectivity server. |
UCCMCST_TURN | A flag indicating the use of a media connectivity server supporting the Traversal Using Relay NAT (TURN) protocol. |
Remarks
An application can specify a member of this enumeration type to choose a media connectivity server to connect the media between a pair of endpoints across the firewall.
Win32 COM/C++ Syntax
typedef enum UCC_MEDIA_CONNECTIVITY_SERVER_TYPE
{
UCCMCST_TURN = 0x00000001,
UCCMCST_HTTP_PROXY = 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