Update conference room participants layout based on room layout.
The unique ID of conference room.
A collection of participant's id.
OK
const response = await fetch('http://127.0.0.1:8888/api/conference_rooms/{id}/participants/layout', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();