Creates a new instance of the InstantMessagingCall class.

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

Syntax

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

Conversation _
)
C#
public 
InstantMessagingCall(
	

Conversation 
conversation
)
Visual C++
public:
InstantMessagingCall(
	

Conversation^ 
conversation
)
JavaScript

Microsoft.Rtc.Collaboration.InstantMessagingCall = 
function(
conversation);

Parameters

conversation
Type: Microsoft.Rtc.Collaboration . . :: . Conversation
Conversation that contains this call.

See Also