v53

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

Change a bridge's audio flow direction

Live-updates the direction (relative to the room in the path) without interrupting audio.

patch/rooms/{id}/bridges/{bridgeID}

Request body

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

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

Response

Bridge updated

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).