Creates a new instance of the Call class.

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

Syntax

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

Conversation _
)
C#
protected 
Call(
	

Conversation 
conversation
)
Visual C++
protected:
Call(
	

Conversation^ 
conversation
)
JavaScript
Microsoft.Rtc.Collaboration.Call = 
function(
conversation);

Parameters

conversation
Type: Microsoft.Rtc.Collaboration . . :: . Conversation
The conversation that owns this call.

Remarks

Initializes the call for a given converation.

Exceptions

Exception Condition
ArgumentNullException Thrown when the given conversationparameter is null

See Also