Skip to main content
PUT
Go

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
userId
string
required

Body

application/json
canPublish
boolean
default:true
required

Whether a user is allowed to publish audio/video tracks (i.e. their microphone and webcam)

Example:

true

canPublishData
boolean
default:true

Whether a user is allowed to publish data messages to the room

Example:

true

metadata
string

User defined payload to store for the participant

Response

Success

Last modified on May 4, 2026