Rooms

Get the room's audio routing matrix

Returns the per-listener-role source whitelist used by the room's audio mixer. A listener role absent from the matrix defaults to full mesh (hears every other leg). A role with an empty [] list is an isolated listener that hears nothing.

get/rooms/{id}/routing

Response

Current matrix

matrixobject required

Listener-role → list of allowed source roles. Roles absent from the matrix default to full mesh.

Changes

Changed in 2 of the 67 revisions of this API.11