Room Sessions
Get room session
Retrieves one past or in-progress Room Session by ID. Use it to inspect the session associated with an event, member, or recording; use Get room when you need the reusable room configuration rather than an occurrence of activity.
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
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.