AudioVideoCall.HandleForwardReceived Method

A method that must be implemented by the derived class to handle the forward response received for a call.

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

Syntax

'Declaration
Protected Overrides Sub HandleForwardReceived ( _
    e As CallForwardReceivedEventArgs _
)
'Usage
Dim e As CallForwardReceivedEventArgs

Me.HandleForwardReceived(e)
protected override void HandleForwardReceived(
    CallForwardReceivedEventArgs e
)

Parameters

Remarks

The derived class can either ignore this operation if the call should not be forwarded, or expose a strongly typed event so that the application can access a new call by accepting it.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace