Edit

Share via


CallEstablishOptions.UseGeneratedIdentityForTrustedConference Property

Definition

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

protected public:
 property bool UseGeneratedIdentityForTrustedConference { bool get(); void set(bool value); };
protected internal bool UseGeneratedIdentityForTrustedConference { get; set; }
member this.UseGeneratedIdentityForTrustedConference : bool with get, set
Protected Friend 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