Collaboration

Send an ephemeral floating reaction

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

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/reactions" \  -H "Content-Type: application/json" \  -d '{    "emoji": "๐Ÿ‘"  }'
Empty