Click or drag to resize
ConferencePendingParticipantsChanged Event
Notifies the application that the list of participants waiting to enter the conference has changed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public event EventHandler<DataCollectionChangedEventArgs<PendingParticipant>> PendingParticipantsChanged

Value

Type: SystemEventHandlerDataCollectionChangedEventArgsPendingParticipant
Remarks
An addition to the pending participants lists occurs when the local user is a conference moderator and a pending participant is waiting to be admitted to the conference call. The moderator may choose to accept or deny admission of the pending participant by calling Accept(PendingParticipantParticipantActionCompletionHandler) or Deny(PendingParticipantParticipantActionCompletionHandler), respectively.
See Also