Gets 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

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsThirdPartyCallControl 
As 
Boolean
C#
public 
bool 
IsThirdPartyCallControl { 
get; }
Visual C++
public:
property 
bool 
IsThirdPartyCallControl {
	
bool 
get ();
}
JavaScript
function get_
isThirdPartyCallControl();

Remarks

If this flag is set, the call will perform an initial invitation using a null offer wihout asking the local media provider.

See Also