CallEstablishOptions.IsThirdPartyCallControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.