Requires an active session cookie. The caller must be the guild owner, guild sponsor, or ADMIN+.
Discord snowflake ID of the guild.
Response
Returns the guild’s room settings object.
Browser type for the room VM (e.g. brave, tor).
Proxy region (e.g. us, eu, none).
Default URL opened when the room VM starts.
Whether to launch the browser in kiosk mode.
Whether users can request control of the VM.
curl https://hapi.7331.org/v1/guilds/987654321098765432/room-settings \
-b cookies.txt
{
"browser": "brave",
"proxy": "none",
"start_url": "https://google.com",
"kiosk": false,
"allow_control_requests": true
}