Get room
Authentication
Path parameters
Query parameters
Specifies whether or not to include information about the room’s active session (if any).
Response
Enable/disable jitter buffer audio-video sync.
User-defined metadata for the room.
Specifies whether or not to include information about the room’s active session (if any).
Enable/disable jitter buffer audio-video sync.
User-defined metadata for the room.
Retrieves one Video Room by ID so you can inspect its configuration and current activity. Use Get room by name when your application holds the room’s unique name instead.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: