Create a user
POST
/
room
/
{id}
/
user
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
name
string
requiredDisplay 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).
Was this page helpful?