Click or drag to resize
ConversationIsMultiParty Property
Returns the multi-party status of the conversation. A conversation is considered to be a multi-party conversation if there are more than two active participants in the conversation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public virtual bool IsMultiParty { get; }

Property Value

Type: Boolean
Remarks
see also: MultiPartyStatusChanged
See Also