Udostępnij za pośrednictwem


CallEstablishOptions.UseGeneratedIdentityForTrustedConference Property

Gets or sets whether the call should use a generated identity during call establishment to a trusted conference.

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

Syntax

'Declaration
Protected Friend Property UseGeneratedIdentityForTrustedConference As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.UseGeneratedIdentityForTrustedConference

Me.UseGeneratedIdentityForTrustedConference = value
protected internal 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

CallEstablishOptions Class

CallEstablishOptions Members

Microsoft.Rtc.Collaboration Namespace