ActiveParticipantLowerHand Method |
Used by a conference moderator to lower another
participant's hand on the conference call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void LowerHand(
bool unmuteAudio,
ActiveParticipantParticipantActionCompletionHandler completionHandler
)
Parameters
- unmuteAudio
- Type: SystemBoolean
Indication as to whether the participant should be unmuted or stay muted.
- completionHandler
- Type: Avaya.ClientServicesActiveParticipantParticipantActionCompletionHandler
A completion handler to call when the operation has completed. May
be null.
See Also