Room Endpoints
Send a message to a room
Send a message to live sessions in a room
POST
/
rooms
/
{room_id}
/
message
A message sent needs to be handled as below. Unless it is handled by the client-side SDK, it does nothing.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
room id
Body
application/json
Response
200 - application/json