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

16 lines
351 B
JSON
Raw Normal View History

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