Gets or sets the current state of the call screening feature.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
PresenceBasedScreeningDisabled 
As 
Boolean
C#
public 
bool 
PresenceBasedScreeningDisabled { 
get; 
set; }
Visual C++
public:
property 
bool 
PresenceBasedScreeningDisabled {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
presenceBasedScreeningDisabled();
function set_
presenceBasedScreeningDisabled(
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.

See Also