Room Sessions
Get room session
Find a Room Session by ID.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
Learn more about API scopes.
get/api/video/room_sessions/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the Room Session.
Response
Room session response.
Example response
{
"name": "my_example_room",
"display_name": "My Room's Name",
"max_members": 20,
"join_from": "2022-01-01T00:00:00Z",
"join_until": "2022-12-31T23:59:59Z",
"remove_at": "2022-12-31T23:59:59Z",
"remove_after_seconds_elapsed": 120,
"layout": "grid-responsive",
"tone_on_entry_and_exit": true,
"start_time": "2022-01-01T10:00:00Z",
"end_time": "2022-01-01T11:00:00Z",
"duration": 120,
"created_at": "2022-01-01T10:00:00Z",
"updated_at": "2022-01-01T11:00:00Z",
"preview_url": "https://example.signalwire.com/preview/abc123",
"sync_audio_video": true
}