Position
Set conference room participant position.
Authorizations
Path parameters
idall ofRequired
The unique ID of conference room.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
participant_idall ofRequired
The unique ID of conference room participant.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
Body
positioninteger · int32 · min: -1 · max: 8Optional
The position of room member.
The member will not be displayed when -1 is specified.
Responses
200
OK
4XX
Error
post
POST /api/conference_rooms/{id}/participants/{participant_id}/position HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"position": 1
}
No content