mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 22:37:00 +03:00
finish hooking up livekit
This commit is contained in:
14
data-template/element-call/config.json
Normal file
14
data-template/element-call/config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user