From 341f7a3077f7b1cf088afea5687b2c5f175cba00 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 13 May 2023 11:13:47 -0400 Subject: [PATCH] update call configuration --- webapps/element/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapps/element/config.json b/webapps/element/config.json index a64264d..c73135b 100644 --- a/webapps/element/config.json +++ b/webapps/element/config.json @@ -38,7 +38,9 @@ "preferred_domain": "meet.element.io" }, "element_call": { - "url": "https://call.element.io" + "url": "https://call.element.io", + "participant_limit": 8, + "brand": "Element Call" }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }