POST
/
room
/
{id}
/
user

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

Body

application/json
name
string
required

Display name

canPublish
boolean

Whether a user is allowed to publish audio/video tracks

canPublishData
boolean

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

metadata
string

User defined payload to store for the participant

Response

201 - application/json
id
string

The ID of the user

joinUrl
string

Joining URL - use this for Livepeer's default meeting app (see the multiparticipant streaming guide for more info).

token
string

Joining JWT - this can be used if you have a custom meeting app (see the multiparticipant streaming guide for more info).