Click or drag to resize

ConversationIsActive Property

Returns true if the conversation is active.

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

Property Value

Type: Boolean
Remarks
An active conversation is one that allows new contributions from any of the current participants and has the local user as an active participant (i.e. the local user has not left the conversation). see also: ActiveStatusChanged
See Also