v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
rooms

rooms/:name/send-app-message

Send a message to participants in a room

post/rooms/{room_name}/send-app-message

Path parameters

room_namestring required

Request body

dataobject

A javascript object that can be serialized into JSON. Data sent must be within the 4kb size limit.

recipientstring

Determines who will recieve the message. It can be either a participant session_id, or *. The * value is the default, and means that the message is a "broadcast" message intended for all participants.

Response

200