TrustedDomainMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum represents the mode of interoperability with a trusted domain for audio calls.
public enum class TrustedDomainMode
public enum TrustedDomainMode
type TrustedDomainMode =
Public Enum TrustedDomainMode
- Inheritance
-
TrustedDomainMode
Fields
Name | Value | Description |
---|---|---|
CommunicationsServer | 0 | Used when the trusted domain is a communication server or an edge server from Microsoft. |
Other | 1 | Used then the trusted domain is a remote SIP peer other than communication server from Microsoft. (e.g. SIP PSTN Gateways or IP-PBXs) |