Get room by name
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 configuration by its unique name. Use this operation when your application identifies rooms by the same stable name supplied at creation; use Get room when you have the generated room ID 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: