Click or drag to resize

ConferenceRemoveLastParticipant Method

Removes the last participant that was added to a conference call either locally or remotely.

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

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
This method can only be used for conference calls where RemoveLastParticipantCapability indicates that this operation is supported. As a result of removing the last party, if the participant count goes down to 2, the Call object may transition to a 2-party call. This call status change is reported via a ConferenceStatusChanged event on the Call object associated with this conference. The application receives a success/failure indication through the supplied completionHandler delegate.
See Also