setRaisedHand
setRaisedHand
- setRaisedHand(
params):Promise<void>
Sets the raised hand status for the current member.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member to affect.
raised
Whether to raise or lower the hand. If omitted, the hand status is toggled to the opposite of the current status.
Returns
Promise<void>
Example
In this example, we wait for a member to join the room and then set the raised hand status for that member to true.