From 7b5019e97ac3b48a32ad95a21970fc4121e1e4c8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 28 Oct 2024 14:18:11 +0000 Subject: [PATCH] Enable Element Call by default on release instances (#1953) --- element.io/release/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/element.io/release/config.json b/element.io/release/config.json index 7e156b5..fba31cf 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -47,5 +47,13 @@ "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx", "setting_defaults": { "RustCrypto.staged_rollout_percent": 60 + }, + "features": { + "feature_video_rooms": true, + "feature_group_calls": true, + "feature_element_call_video_rooms": true + }, + "element_call": { + "url": "https://call.element.io" } }