Skip to main content

Add Message To Buffer Public

POST 

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

Add a chat message to the buffer (public endpoint for guests).

Requires a valid participant_id to verify the caller is part of the meeting. Supports both UUID and meeting code (xxx-xxxx-xxx format).

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.

  • participant_id: The participant ID (for validation)
  • message: The message text
  • message_type: 'text' or 'system' (defaults to 'text')

Request

Responses

Successful Response