Find a Room Session by ID
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.
Authentication
AuthorizationBasic
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:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
id
Unique ID of the Room Session.
Response
Room session response.
id
Unique ID of the session.
room_id
Unique ID of the Room if the Session was created from a Room and was not an auto-created Session. Null if the room was set to delete on end.
name
The named identifier of the room session.
display_name
Display name of the room. Maximum of 200 characters. Defaults to the value of name.
max_members
The maximum number of members allowed in the room at a time.
quality
The room session's resolution.
Allowed values:
fps
The room session's frames per second.
Allowed values:
join_from
Room Session does not accept new Members before this time.
join_until
Room Session stops accepting new Members at this time.
remove_at
Remove Members from the Room Session at this time.
remove_after_seconds_elapsed
Remove Members after they are in the Room Session for N seconds.
layout
The room session's initial layout.
record_on_start
Whether a recording was automatically started when this Room Session began.
tone_on_entry_and_exit
Whether a tone is played when a member enters or exits the room session.
room_join_video_off
Whether participants join with video off by room setting.
user_join_video_off
Whether participants join with video off by user setting.
locked
Whether the room session is locked.
start_time
Start time of the session.
end_time
End time of the session.
duration
How long, in seconds, the Room Session lasted.
status
Status of the session.
Allowed values:
created_at
Timestamp when the room session was created.
updated_at
Timestamp when the room session was last updated.
preview_url
If room previews are enabled and the room session is in progress, this is the URL of the preview video.
prioritize_handraise
Whether raised hands are prioritized in the layout.
sync_audio_video
Enable/disable jitter buffer audio-video sync.