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

16 lines
401 B
JSON
Raw Normal View History

{
"default_server_config": {
2022-12-20 18:26:10 +00:00
"m.homeserver": {
"base_url": "https://mydomain.com",
"server_name": "mydomain.com"
2022-12-20 18:26:10 +00:00
}
},
"livekit": {
"livekit_service_url": "https://livekit-jwt.mydomain.com"
},
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
},
"ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf"
}