Edit

Share via


CallEstablishOptions.IsThirdPartyCallControl Property

Definition

Gets or sets whether the call is used in a third-party call control scenario.

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

Property Value

Remarks

If property is set to true, the call will perform an initial invitation using a null offer without asking the local media provider.

Applies to