Gets or sets whether to join the conference as a trusted application.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsTrustedJoin 
As 
Boolean
C#
public 
bool 
IsTrustedJoin { 
get; 
set; }
Visual C++
public:
property 
bool 
IsTrustedJoin {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isTrustedJoin();
function set_
isTrustedJoin(
value);

Remarks

An endpoint supporting privileged operations is required to join as a trusted application.

Trusted applications always join conference as trusted leaders and they are able to carry out privileged operations. A trusted application appears as a hidden participant in the roster. .

See Also