List Participants
GET/api/meet/rooms/:room_id/participants
Get all participants for a room (active + waiting). Supports both UUID and meeting code (xxx-xxxx-xxx format).
Returns participant information including:
-
Basic info: id, display_name, email, role
-
Status: joined_at, left_at, is_waiting
-
Connection: room_identity, connection_type
-
room_id: The room ID or meeting code
Request
Responses
- 200
- 422
Successful Response
Validation Error