Update a user
Update properties for a user.
PUT
/
room
/
{id}
/
user
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requireduserId
string
requiredBody
application/json
canPublish
boolean
default: truerequiredWhether a user is allowed to publish audio/video tracks (i.e. their microphone and webcam)
canPublishData
boolean
default: trueWhether a user is allowed to publish data messages to the room
metadata
string
User defined payload to store for the participant
Was this page helpful?