Conference

Update conference room participant layout

Update conference room participants layout based on room layout.

post/conference_rooms/{id}/participants/layout

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the conference room.

Request body

itemsstring[]

A collection of participant's id.

Example request

{
  "items": [
    "NzAwNTUxOTA5NzczMTQ4MTYw"
  ]
}

Response

OK