params): Promise<void>Sets the raised hand status for the current member.
Object containing the parameters of the method.
Id of the member to affect. If omitted, affects the current member.
Whether to raise or lower the hand. Default: true. If omitted, the hand status is toggled to the opposite of the current status.
Promise<void>
video.member.raisehand: to raise a handvideo.member.lowerhand: to lower a handYou need to specify the permissions when creating the Video Room Token on the server side.