Click or drag to resize

ConferenceEndConference Method

Ends the conference call for all conference participants.

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

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
See Also