Gets the list of established calls in this conversation.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Calls 
As 
Collection(
Of 
Call)
C#
public 
Collection<
Call> 
Calls { 
get; }
Visual C++
public:
property 
Collection<
Call^>^ 
Calls {
	
Collection<
Call^>^ 
get ();
}
JavaScript
function get_
calls();

See Also