AudioVideoCall.HandleTransferReceived Method

A method must be implemented by the derived class to handle the transfer received event. The subclass is responsible for either rejecting the event without exposing it to the application, or raising a strongly typed event.

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

Syntax

'Declaration
Protected Overrides Sub HandleTransferReceived ( _
    e As CallTransferReceivedEventArgs _
)
'Usage
Dim e As CallTransferReceivedEventArgs

Me.HandleTransferReceived(e)
protected override void HandleTransferReceived(
    CallTransferReceivedEventArgs e
)

Parameters

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace