Call.IsReplacesSupported Property

Definition

Gets whether the local endpoint supports the call replacement feature.

public:  property bool IsReplacesSupported {  public:
bool get(); protected:
 void set(bool value); };
public bool IsReplacesSupported { get; protected set; }
member this.IsReplacesSupported : bool with get, set
Public Property IsReplacesSupported As Boolean

Property Value

Exceptions

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.

Remarks

This is advertised in the INVITE message that is sent.

Applies to