Click or drag to resize

ConferenceRaiseHand Method

Called to raise the local user's hand on the conference call to get the moderator's attention, who can unmute and hence allow the participant to speak.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RaiseHand(
	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 HandRaised event associated with the local user's ActiveParticipant object.
See Also