Merge pull request 'element-web: enable Element Call by default' () from element-call into main

Reviewed-on: 
Reviewed-by: Akshay Mankar <axeman@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-02-09 18:09:14 +00:00
commit 5c25ed45c4
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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";
};
}