Get Chat History Public
GET/api/meet/public/rooms/:room_id/chat
Get chat message history for a room (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).
- participant_id: The participant ID (for validation)
- limit: Maximum number of messages to return (max 500, default 100)
- offset: Pagination offset
Request
Responses
- 200
- 422
Successful Response
Validation Error