Layout

Update meeting participants layout

Modify participants layout based on meeting layout.

post

/user/meetings/{id}/participants/layout

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

The unique ID of the resource.

Body
itemsall of[]

The unique ID of conference room participant.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/user/meetings/{id}/participants/layout' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "items": [
      "NzAwNTUxOTA5NzczMTQ4MTYw"
    ]
  }'

No body

Was this helpful?