Call.IsReplacesSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.