LocalEndpointSettings.PresenceBasedScreeningDisabled Property
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.
Gets or sets whether calls should used be screened based on presence.
public:
property bool PresenceBasedScreeningDisabled { bool get(); void set(bool value); };
public bool PresenceBasedScreeningDisabled { get; set; }
member this.PresenceBasedScreeningDisabled : bool with get, set
Public Property PresenceBasedScreeningDisabled As Boolean
Property Value
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.