v50

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-175745153.1 KB
room

Get user details

get/room/{id}/user/{userId}

Path parameters

idstring required
userIdstring required

Response

Success

idstring

The ID of the user

joinedAtinteger

Timestamp (in milliseconds) at which the user joined

namestring

The display name of the user

isPublisherboolean

Whether a user is allowed to publish audio/video tracks

metadatastring

User defined payload to store for the participant

Example response

{
  "id": "d32ae9e6-c459-4931-9898-e86e2f5e7e16",
  "joinedAt": 1687517025261,
  "name": "name",
  "isPublisher": true
}