AudioVideoCallEstablishOptions.UseGeneratedIdentityForTrustedConference Property
Gets or sets whether the call should use a generated identity during call establishment to a trusted conference.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property UseGeneratedIdentityForTrustedConference As Boolean
Get
Set
'Usage
Dim instance As AudioVideoCallEstablishOptions
Dim value As Boolean
value = instance.UseGeneratedIdentityForTrustedConference
instance.UseGeneratedIdentityForTrustedConference = value
public bool UseGeneratedIdentityForTrustedConference { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting this property to true is only valid for scenarios where the conversation has joined a conference as a trusted application. BeginJoin(ConferenceJoinOptions, AsyncCallback, Object) and JoinMode.
See Also
Reference
AudioVideoCallEstablishOptions Class