cleaning: Remove deprecated config option for EC url

This commit is contained in:
Valere
2025-04-04 09:18:58 +02:00
parent e9e82ca3e1
commit 9b945d00f7
2 changed files with 0 additions and 2 deletions

View File

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

View File

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