Share via


AudioVideoCall.IsUsingGeneratedIdentity Property

Gets whether the call is using 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 ReadOnly Property IsUsingGeneratedIdentity As Boolean
    Get
'Usage
Dim instance As AudioVideoCall
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

UseGeneratedIdentityForTrustedConference

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace