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" "preferred_domain": "meet.element.io"
}, },
"element_call": { "element_call": {
"url": "https://localhost:3000", "url": "https://localhost:3000/room/",
"participant_limit": 8, "participant_limit": 8,
"brand": "Element Call" "brand": "Element Call"
}, },

View File

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