IsThirdPartyCallControl Property

Gets or sets the flag to indicate that the call is used in a 3rd 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 this flag is set, the call will perform the initial invitation using a null offer without asking the local media provider.

See Also

Reference

CallEstablishOptions Class

CallEstablishOptions Members

Microsoft.Rtc.Collaboration Namespace