Skip to main content

Add Message To Buffer

POST 

/api/meet/rooms/:room_id/chat/buffer

Add a chat message to the buffer for batch insertion.

This endpoint returns immediately. The message will be flushed to database based on buffer triggers (50 messages OR 10 seconds OR meeting end).

Note: For real-time delivery, send messages via data channels. This endpoint is only for persistence.

  • message: The message text
  • message_type: 'text' or 'system' (defaults to 'text')

Request

Responses

Successful Response