ConferenceDroppedParticipants Property |
Returns the dropped participant list associated with the conference call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic List<DroppedParticipant> DroppedParticipants { get; }
Return Value
Type:
ListDroppedParticipantThe return value is a snapshot of the dropped participants in the conference at the time the
property is queried.
Remarks
When an
ActiveParticipant leaves the call, or is forced out by a
moderator, the corresponding entry is removed from the conference roster list,
and a new entry is added to the dropped participant list.
Updates to the list are reported through the
DroppedParticipantsChanged event.
see also: DroppedParticipantsChanged
See Also