| ConferenceParticipants Property |
Returns the participant list associated with the conference call.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic List<ActiveParticipant> Participants { get; }Return Value
Type:
ListActiveParticipantThe return value is a snapshot of the participants in the conference at the time the
property is queried.
Remarks
Updates to the list are reported through the ParticipantsChanged event.
see also: ParticipantsChanged
See Also