Collaboration
Send an ephemeral floating reaction
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