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 ReadOnly Property IsThirdPartyCallControl As Boolean
Get
'Usage
Dim instance As Call
Dim value As Boolean
value = instance.IsThirdPartyCallControl
public bool IsThirdPartyCallControl { get; }
Property Value
Type: System..::..Boolean
Remarks
If this flag is set, the call will perform initial invitation using null offer without asking the local media provider.