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

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

Remarks

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

See Also