Skip to content

Instantly share code, notes, and snippets.

@johnjohndoe
Created November 15, 2024 10:31
Show Gist options
  • Save johnjohndoe/1f96ca8c2cecc44a05f28e28548d545d to your computer and use it in GitHub Desktop.
Save johnjohndoe/1f96ca8c2cecc44a05f28e28548d545d to your computer and use it in GitHub Desktop.
FOSDEM room states / sample response
[
{
"roomname": "Room A",
"state": 0
},
{
"roomname": "Room B",
"state": 1
},
{
"roomname": "Room C",
"state": 2
},
{
"roomname": "Room D",
"state": -1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment