lowerHand()
lowerHand(userId?: string)
//Lowers the hand of the local user
sambaFrame.lowerHand();
//Lowers the hand of the user with the specified user id
sambaFrame.lowerHand('9efc7798-a1a4-44bd-9d8d-532fe0feea9d');Last updated
lowerHand(userId?: string)
//Lowers the hand of the local user
sambaFrame.lowerHand();
//Lowers the hand of the user with the specified user id
sambaFrame.lowerHand('9efc7798-a1a4-44bd-9d8d-532fe0feea9d');Last updated