Collaboration

Raise or lower your own hand

POST
/api/v1/rooms/{roomId}/hand

Authorization

participant-token
AuthorizationBearer <token>

Participant join token (LiveKit JWT — the only browser-held credential)

In: header

Path Parameters

roomId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/rooms/string/hand" \  -H "Content-Type: application/json" \  -d '{    "raised": true  }'
Empty