Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the current privacy mode for the user.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PrivacyMode
'Usage
Dim instance As PrivacyMode
public enum PrivacyMode
Members
| Member name | Description | |
|---|---|---|
| Standard | The local owner is not privacy enabled.
This is the default mode. |
|
| Private | The local owner is privacy enabled. | |
| MigratingToPrivate | The local owner is in a transitionary phase and is currently being enabled for privacy. | |
| MigratingToStandard | The local owner is in a transitionary phase and is currently being disabled for privacy. |