GET
/
room
/
{id}
/
user
/
{userId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required
userId
string
required

Response

200 - application/json
id
string

The ID of the user

joinedAt
integer

Timestamp (in milliseconds) at which the user joined

name
string

The display name of the user

isPublisher
boolean
default: true

Whether a user is allowed to publish audio/video tracks

metadata
string

User defined payload to store for the participant