Skip to main content
POST
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

Body

application/json
name
string
required

Display name

Example:

"name"

canPublish
boolean

Whether a user is allowed to publish audio/video tracks

Example:

true

canPublishData
boolean

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

id
string

The ID of the user

Example:

"d32ae9e6-c459-4931-9898-e86e2f5e7e16"

joinUrl
string

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

Example:

"https://meet.livepeer.chat"

token
string

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

Example:

"token"

Last modified on May 4, 2026