Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Whether a user is allowed to publish audio/video tracks (i.e. their microphone and webcam)
Example:
true
Whether a user is allowed to publish data messages to the room
Example:
true
User defined payload to store for the participant
Response
Success