LocalEndpoint.PresenceBasedScreeningDisabled Property
Gets whether Presence screening is disabled.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PresenceBasedScreeningDisabled As Boolean
Get
'Usage
Dim instance As LocalEndpoint
Dim value As Boolean
value = instance.PresenceBasedScreeningDisabled
public bool PresenceBasedScreeningDisabled { get; }
Property Value
Type: System.Boolean
Remarks
If Presence Screening is enabled, incoming calls and conference invitations are screened based on the local owner's perceived Presence state by the remote participant. Typically, if the local owner's presence state perceived by the Remote Participant is Dot Not Disturb, incoming calls and conference invitations will get rejected.