Edit

Share via


AudioVideoCallEstablishOptions.UseGeneratedIdentityForTrustedConference Property

Definition

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

public:
 property bool UseGeneratedIdentityForTrustedConference { bool get(); void set(bool value); };
public bool UseGeneratedIdentityForTrustedConference { get; set; }
member this.UseGeneratedIdentityForTrustedConference : bool with get, set
Public Property UseGeneratedIdentityForTrustedConference As Boolean

Property Value

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.

Applies to