Breakouts
Return one participant or everyone to the main room
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Path Parameters
roomId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/rooms/string/breakouts/return" \ -H "Content-Type: application/json" \ -d '{ "actingExternalUserId": "user_abc123" }'Empty