Skip to main content
Allow participants to raise their hand to get attention during calls. This feature is useful for large meetings, webinars, or any scenario where participants need to signal they want to speak.

Raise Hand

Signal that you want to speak or get attention:

Lower Hand

Remove the raised hand indicator:

Listen for Raise Hand Events

Monitor when participants raise or lower their hands using ParticipantEventListener:

Track Raised Hands

Participant carries no raised-hand property, and the SDK exposes no getter for one. Keep an ordered list of your own, driven by the onParticipantHandRaised / onParticipantHandLowered callbacks.
These callbacks fire only when a hand goes up or down. A client that joins mid-call cannot discover hands that were already raised before it joined.

Hide Raise Hand Button

To disable the raise hand feature, hide the button in the call UI: