Click or drag to resize

ConferenceRemoveParticipant Method

Initiates removal of the selected participant from the conference call.

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

Parameters

participant
Type: Avaya.ClientServicesActiveParticipant
Participant to be removed from the conference call.
completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
The method call is not successful if this is a two party call or if the server returns an error. For each successful removal, the corresponding ActiveParticipant object is removed from the conference roster list. The application receives a success/failure indication through the supplied completionHandler delegate.
See Also