raiseHand()

Raises the hand of the local user. Other users in the room will be notified about the raised hand.

sambaFrame.raiseHand();

Corresponding handRaised event will be emitted.

Sample use cases:

Have a custom toolbar in your integration and make user to be able to raise or lower hand from it.

raiseHand is often used in conjunction with the lowerHand method.

Last updated