Share via


CallEstablishOptions.IsThirdPartyCallControl Property

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

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

Syntax

'Declaration
Public Property IsThirdPartyCallControl As Boolean
    Get
    Set
'Usage
Dim instance As CallEstablishOptions
Dim value As Boolean

value = instance.IsThirdPartyCallControl

instance.IsThirdPartyCallControl = value
public bool IsThirdPartyCallControl { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

CallEstablishOptions Class

CallEstablishOptions Members

Microsoft.Rtc.Collaboration Namespace