ConversationType Enumeration |
Namespace: Avaya.ClientServices
public enum ConversationType
Member name | Value | Description | |
---|---|---|---|
Topic | 0 | 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. | |
Thread | 1 | 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. | |
P2P | 2 | A peer to peer conversation. Adding and removing additional participants is not allowed. Participants cannot leave thread. |
© 2017 Avaya LLC. All Rights Reserved.