Provide function in ZoomMtg to raise and lower hand

Description
Currently, we do not have a way to raise and lower hand like we have a way to mute, unmute, leave meeting, end meeting, etc in ZoomMtg. Please consider this request and try to provide this option in the future version. #feature-requests

Example

To raise hand

ZoomMtg.raiseHand({
    userId: 123456
});

To lower hand

ZoomMtg.lowerHand({
    userId: 123456
});

Which version?
1.7.9

1 Like

This would be very helpful!

Currently I have to find the DOM nodes related to raising/lowering hands and then trigger a click… Not the most ideal workaround.

Hey @daniel2, @harish.venkataraman,

Thanks for the suggestions! I have moved this to the feature request category. We will work on fitting this into our backlog.

-Tommy

1 Like