Skip to content

Commit

Permalink
Enable Element Call by default on release instances (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 28, 2024
1 parent e09be4e commit 7b5019e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions element.io/release/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 7b5019e

Please sign in to comment.