Click or drag to resize

SearchConversationComposingParticipants Property

Gets a list of composing participants contained in this conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public override List<MessagingParticipant> ComposingParticipants { get; }

Return Value

Type: ListMessagingParticipant
List of composing participants. Note that the list will always be empty unless the client application has an event handler installed on the ComposingParticipantsChanged event.
See Also