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.
Gets or sets whether calls should used be screened based on presence.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PresenceBasedScreeningDisabled As Boolean
Get
Set
'Usage
Dim instance As LocalEndpointSettings
Dim value As Boolean
value = instance.PresenceBasedScreeningDisabled
instance.PresenceBasedScreeningDisabled = value
public bool PresenceBasedScreeningDisabled { get; set; }
Property Value
Type: System.Boolean
Remarks
If enabled, incoming calls are screened based on the user's state as perceived by the remote participant. It is only applicable for registered endpoints.
The default value is false.