livekit añadido

This commit is contained in:
2025-11-11 00:54:43 +00:00
parent d873b13060
commit 60a7385b76
8 changed files with 184 additions and 22 deletions
+22 -4
View File
@@ -15,12 +15,17 @@
"feature_custom_tags": true,
"feature_state_counters": true,
"feature_user_directory": true,
"feature_explore_rooms": true
"feature_explore_rooms": true,
"feature_group_calls": true,
"feature_video_rooms": true,
"feature_element_call_video_rooms": true
},
"default_federate": false,
"default_theme": "light",
"room_directory": {
"servers": ["matrix-af2f3d.organic-machine.com"]
"servers": [
"matrix-af2f3d.organic-machine.com"
]
},
"enable_presence_by_hs_url": {
"https://matrix-af2f3d.organic-machine.com": true
@@ -32,9 +37,22 @@
"brand_image_url": "",
"welcomeUserId": "@welcome-bot:matrix-af2f3d.organic-machine.com",
"roomDirectory": {
"servers": ["matrix-af2f3d.organic-machine.com"],
"servers": [
"matrix-af2f3d.organic-machine.com"
],
"include_all_known_servers": false
},
"permalink_prefix": "https://element-a05ae4.organic-machine.com",
"bug_report_endpoint_url": ""
"bug_report_endpoint_url": "",
"setting_defaults": {
"feature_group_calls": true,
"feature_video_rooms": true,
"feature_element_call_video_rooms": true,
"hideCallButtonsInComposer": true
},
"element_call": {
"url": "https://call-681f3d.organic-machine.com/",
"participant_limit": 16,
"brand": "Element Call"
}
}