Skip to content

Commit 9ce515a

Browse files
committed
Enable Element Call by default on release instances (#28313)
Signed-off-by: Michael Telatynski <[email protected]> (cherry picked from commit 79c9563) Signed-off-by: Michael Telatynski <[email protected]>
1 parent 1df72ce commit 9ce515a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

element.io/app/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,13 @@
4646
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
4747
"setting_defaults": {
4848
"RustCrypto.staged_rollout_percent": 60
49+
},
50+
"features": {
51+
"feature_video_rooms": true,
52+
"feature_group_calls": true,
53+
"feature_element_call_video_rooms": true
54+
},
55+
"element_call": {
56+
"url": "https://call.element.io"
4957
}
5058
}

0 commit comments

Comments
 (0)