Raise hand

To raise the hand of a live participant through the API, you need to execute a POST request against the /rooms/:id/participants/:participantId/raise-hand endpoint. After executing the call, then the raised hand will appear in the Participants panel inside the room.

Request

curl --request POST \
  --header "Content-Type: application/json" \
  --url https://api.digitalsamba.com/api/v1/rooms/45d125d8-bac9-43a5-a6a8-311a5433239d/participants/53858671-c5e0-441a-9e33-e5d7f7f1861e/raise-hand \
  --user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY \

Response (200 OK) - empty

Last updated