Member Endpoints
Update Member
Update Member
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Kick the user from the room immediately, Works only on private type meeting room.
Change display name in meeting room
Type of user in this room
- guest: The user is guest.
- host: The user is host. This user has administrator privileges.
- monitor: The user is observer. Can watch the meeting, but can not join.
Available options:
guest
, host
, monitor
Response
200 - application/json