Files
element-call/config/config.sample.json

16 lines
351 B
JSON
Raw Normal View History

{
"default_server_config": {
2022-12-20 18:26:10 +00:00
"m.homeserver": {
"base_url": "https://call.ems.host",
"server_name": "call.ems.host"
}
},
"livekit": {
"livekit_service_url": "http://localhost:7881"
},
2024-07-24 12:19:36 +02:00
"features": {
2024-07-24 13:00:13 +02:00
"feature_use_device_session_member_events": true
2024-07-24 12:19:36 +02:00
},
"eula": "https://static.element.io/legal/online-EULA.pdf"
}