element-web: enable Element Call by default
All checks were successful
Flake checks / Check (pull_request) Successful in 24m3s
All checks were successful
Flake checks / Check (pull_request) Successful in 24m3s
This commit is contained in:
parent
10f71b1959
commit
b4cfdd1c48
|
@ -50,4 +50,15 @@
|
||||||
# FUTUREWORK: Replace with pub.solar logo
|
# FUTUREWORK: Replace with pub.solar logo
|
||||||
auth_header_logo_url = "themes/element/img/logos/element-logo.svg";
|
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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue