Gets whether the local endpoint supports a call replacement feature.

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

Syntax

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

Remarks

This is advertised in the INVITE message that gets sent.

Exceptions

Exception Condition
InvalidOperationException Thrown when the call is not in a valid state to perform this operation. Valid call states to perform this operation are Idle and Incoming

See Also