Create a user
Call this endpoint to add a user to a room, specifying a display name at a minimum. The response will contain a joining URL for Livepeer’s default meeting app. Alternatively the joining token can be used with a custom app.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Display name
Whether a user is allowed to publish audio/video tracks
Whether a user is allowed to publish data messages to the room
User defined payload to store for the participant
Response
The ID of the user
Joining URL - use this for Livepeer's default meeting app (see the multiparticipant streaming guide for more info).
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?