element-web: enable Element Call by default
All checks were successful
Flake checks / Check (pull_request) Successful in 24m3s

This commit is contained in:
teutat3s 2024-11-21 09:44:09 +01:00
parent 10f71b1959
commit b4cfdd1c48
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -50,4 +50,15 @@
# FUTUREWORK: Replace with pub.solar logo
auth_header_logo_url = "themes/element/img/logos/element-logo.svg";
};
# Enable Element Call Beta
features = {
feature_video_rooms = true;
feature_group_calls = true;
feature_element_call_video_rooms = true;
};
element_call = {
url = "https://call.element.io";
participant_limit = 50;
brand = "Element Call";
};
}