Click or drag to resize
ConversationIsParticipantActive Method
Returns true if a specified participant is active in this conversation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public virtual bool IsParticipantActive(
	MessagingParticipant participant
)

Parameters

participant
Type: Avaya.ClientServicesMessagingParticipant
The participant to query for.

Return Value

Type: Boolean
Returns true if the specified participant is an active participant of the conversation.
See Also