Represents a multi-party, multi-modal call contexts between a local participant and one or more remote participants.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
Conversation
C#
public 
class 
Conversation
Visual C++
public 
ref class 
Conversation
JavaScript

Microsoft.Rtc.Collaboration.Conversation = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.Conversation');

Remarks

A conversation involving more than two participants uses a conference. Typically, a conversation can either start as a conference or start as a two party conversation and then get escalated to a conference when a new participant needs to be added or a modality requiring a multi-point controller unit (MCU) needs to be added.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . Conversation

See Also