PrivacyOptions Enumeration
Various privacy options that will be part of Ms-Sensitivity-Header
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PrivacyOptions
'Usage
Dim instance As PrivacyOptions
public enum PrivacyOptions
Members
Member name | Description | |
---|---|---|
Normal | All possible destinations will be selected by the routing script subject to the details of the preamble. This is the default value | |
NormalNoDiversion | Disables voicemail and call forwarding. If the call is not answered by the user or team member within the time limits specified by 'wait' elements, the call will fail with a 480 response. | |
Private | Disables features like team ringing. Call may still be forwarded or routed to voicemail | |
PrivateNoDiversion | Disables features like team ringing, call-forwarding, and voice mail. If the call is not answered by the user within the time limits specified by the 'wait' elements, then it will fail with a 480 response. |