Click or drag to resize
SearchConversationIsActive Property
Returns true if the conversation is active.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public override 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