Click or drag to resize

ConversationType Enumeration

Represents the conversation type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ConversationType
Members
  Member nameValueDescription
Topic0 A published conversation to which any user may subscribe. Topics are based on a social-networking interaction model. Users elect to subscribe to a conversation of interest to them, and can join, leave, and rejoin at their discretion. All content of a topic is available to all who observe it, very much like an internet forum or message board.
Thread1 A private conversation between participants. The participants in a thread must each be invited to the conversation (either at the outset, or over the course of the conversation). Participants can elect to leave thread, but cannot rejoin unless re-invited by an active participant. The content of a thread is not the same for all participants; it is directly related to when a user has joined and left the conversation. You are only aware of conversation activity that occurs while you are an active participant.
P2P2 A peer to peer conversation. Adding and removing additional participants is not allowed. Participants cannot leave thread.
See Also