room
Show information about all rooms
get/room
Response
Success
Example response
{
"data": [
{
"components": [
{
"id": "component-1",
"type": "hls"
}
],
"config": {
"maxPeers": 10,
"webhookUrl": "https://backend.address.com/jellyfish-notifications-endpoint"
},
"id": "room-1",
"peers": [
{
"id": "peer-1",
"status": "disconnected",
"type": "webrtc"
}
]
}
]
}