Share via


ConferenceSession.IsTrustedJoin Property

Gets whether the conference was joined as a trusted application.

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

Syntax

'Declaration
Public ReadOnly Property IsTrustedJoin As Boolean
    Get
'Usage
Dim instance As ConferenceSession
Dim value As Boolean

value = instance.IsTrustedJoin
public bool IsTrustedJoin { get; }

Property Value

Type: System.Boolean

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. RosterVisibility.

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace

JoinMode