Click or drag to resize

CollaborationGetParticipants Method

Returns the participant list associated with the collaboration session. Depending on the capabilities of the collaboration session, the list of participants may not be provided (e.g., when presentation is supported through RTP video stream and not through the web collaboration interface). This method is added to support collaboration only sessions where there is no corresponding audio/video conference call. This method may be called when the collaboration session is associated with a conference call. The call/conference object may be queried to retrieve the full list of participants whereas this method may be used to retrieve the collaboration-only participants. Updates to the participant list (add, remove or update) are reported through the DataSetChangeListener instance registered with the DataSet object.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void GetParticipants(
	CollaborationGetParticipantsCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesCollaborationGetParticipantsCompletionHandler
A completion handler to call when the operation has completed. May be null.
See Also