Was this helpful?
Update conference room participants layout based on room layout.
The unique ID of conference room.
The unique ID of the resource.
The unique ID of conference room participant.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/conference_rooms/{id}/participants/layout' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "items": [ "NzAwNTUxOTA5NzczMTQ4MTYw" ] }'
No body