| ActiveParticipantLowerHand Method |
Used by a conference moderator to lower another
participant's hand on the conference call.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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