v50

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

Retrieve a room

get/room/{id}

Path parameters

idstring required

Response

Success

idstring required

room ID

createdAtnumber

Timestamp (in milliseconds) at which the room was created

updatedAtnumber

Timestamp (in milliseconds) at which room was updated

egressIdstring

internal ID for egress output

participantsobject required

Example response

{
  "id": "d32ae9e6-c459-4931-9898-e86e2f5e7e16",
  "createdAt": 1587667174725,
  "updatedAt": 1587667174725
}