Conversation Class
Represents a multi-party, multi-modal call contexts between a local participant and one or more remote participants.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.Conversation
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class Conversation
'Usage
Dim instance As Conversation
public class 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.