This enumeration represents the mode of interoperability with a trusted domain for audio calls.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
TrustedDomainMode
C#
public 
enum 
TrustedDomainMode
Visual C++
public 
enum class 
TrustedDomainMode
JavaScript

Microsoft.Rtc.Collaboration.TrustedDomainMode = 
function();

Microsoft.Rtc.Collaboration.TrustedDomainMode.createEnum('

Microsoft.Rtc.Collaboration.TrustedDomainMode', false);

Members

Member name Description
CommunicationsServer
The trusted domain is a Microsoft Communications (or Edge) Server.
Other
The trusted domain is a remote SIP peer other than a Microsoft Communications Server. (for example, a SIP PSTN Gateway or IP-PBX)

See Also