Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the current call is transferred.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event TransferReceived As EventHandler(Of AudioVideoCallTransferReceivedEventArgs)
'Usage
Dim instance As AudioVideoCall
Dim handler As EventHandler(Of AudioVideoCallTransferReceivedEventArgs)
AddHandler instance.TransferReceived, handler
public event EventHandler<AudioVideoCallTransferReceivedEventArgs> TransferReceived