test fix experiment

This commit is contained in:
Timo
2025-04-03 17:02:48 +02:00
parent 70c97fa8be
commit afced3eb73
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
"preferred_domain": "meet.element.io"
},
"element_call": {
"url": "https://localhost:3000",
"url": "https://localhost:3000/room/",
"participant_limit": 8,
"brand": "Element Call"
},

View File

@@ -36,7 +36,7 @@ const CONFIG_JSON = {
},
element_call: {
url: "https://localhost:3000",
url: "https://localhost:3000/room/",
participant_limit: 8,
brand: "Element Call",
},