CallReceivedEventArgs<TCall>.CallToBeReplaced 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 the call to be replaced if the incoming INVITE message has a Replaces header.
public:
property TCall CallToBeReplaced { TCall get(); };
public TCall CallToBeReplaced { get; }
member this.CallToBeReplaced : 'Call
Public ReadOnly Property CallToBeReplaced As TCall
Property Value
TCall
The call to be replaced.