ConferenceJoinInformation.IsTrustedJoin Property
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")> _
Public Property IsTrustedJoin As Boolean
Get
Set
'Usage
Dim instance As ConferenceJoinInformation
Dim value As Boolean
value = instance.IsTrustedJoin
instance.IsTrustedJoin = value
[ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")]
public bool IsTrustedJoin { get; set; }
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
ConferenceJoinInformation Class