finish hooking up livekit

This commit is contained in:
Matthew Hodgson
2024-11-05 14:03:17 +00:00
parent 01b3f9f435
commit defa69734a
8 changed files with 426 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://${ELEMENT_CALL_FQDN}",
"server_name": "${DOMAIN}"
}
},
"livekit": {
"livekit_service_url": "https://${LIVEKIT_JWT_FQDN}"
},
"features": {
"feature_use_device_session_member_events": true
}
}