CallToBeReplaced Property
Gets the call to be replaced if the incoming INVITE message has a Replaces header.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property CallToBeReplaced As TCall
Get
Friend Set
'Usage
Dim instance As CallReceivedEventArgs
Dim value As TCall
value = instance.CallToBeReplaced
public TCall CallToBeReplaced { get; internal set; }
Property Value
Type: TCall
See Also
Reference
CallReceivedEventArgs<(Of <(<'TCall>)>)> Class