Creates a new instance of the AudioVideoCallTransferReceivedEventArgs class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
call 
As 

AudioVideoCall, _
	
e 
As 

CallTransferReceivedEventArgs _
)
C#
public 

AudioVideoCallTransferReceivedEventArgs(
	

AudioVideoCall 
call,
	

CallTransferReceivedEventArgs 
e
)
Visual C++
public:

AudioVideoCallTransferReceivedEventArgs(
	

AudioVideoCall^ 
call, 
	

CallTransferReceivedEventArgs^ 
e
)
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCallTransferReceivedEventArgs
= 
function(
call, 
e);

See Also