Click or drag to resize

ConferenceLowerHand Method

Called to lower the local user's hand on the conference call to indicate that the user no longer wants to get the moderator's attention.

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

Parameters

completionHandler
Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation success or failure is reported through this handler.
Remarks
If the operation is successful, a participant status update notification is reported through the HandLowered event associated with the local user's ActiveParticipant object.
See Also