mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
test fix experiment
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -36,7 +36,7 @@ const CONFIG_JSON = {
|
||||
},
|
||||
|
||||
element_call: {
|
||||
url: "https://localhost:3000",
|
||||
url: "https://localhost:3000/room/",
|
||||
participant_limit: 8,
|
||||
brand: "Element Call",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user