v53

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-039357238.7 KB
Bridges

Bridge this room's mixer to another room's mixer

Joins the room in the path with room_id so audio flows between their mixers. Both rooms must exist and share a sample rate. direction is relative to the room in the path: bidirectional, send (path room → other), receive (other → path room), or none (allocated but silent). Bridging rooms into a cycle with feedback-enabled directions causes audio feedback — use one-way directions to break loops.

post/rooms/{id}/bridges

Request body

idstring

Custom bridge ID (auto-generated UUID if omitted)

room_idstring required

The other room to join. Must use the same sample rate as the room in the path.

direction'bidirectional' | 'send' | 'receive' | 'none'

Audio flow relative to the room in the path: bidirectional (both hear each other), send (path room → other only), receive (other → path room only), none (allocated but silent). Default: bidirectional.

Response

Bridge created

idstring required

Bridge identifier

room_idstring required

The peer room joined to the room in the path

direction'bidirectional' | 'send' | 'receive' | 'none' required

Audio flow relative to the room in the path: bidirectional, send, receive, or none.

sample_rateinteger required

Shared mixer sample rate in Hz (both rooms must match).