element-call/config/config.sample.json
Johannes Meixner b7e0410150 Update README & sample cfg with livekit config
In line with the livekit updates to GroupCallView etc, modify README.md
and the sample config file to contain a working configuration sample for
LiveKit.
2023-07-08 08:28:32 +02:00

12 lines
281 B
JSON

{
"default_server_config": {
"m.homeserver": {
"base_url": "https://call.ems.host",
"server_name": "call.ems.host"
}
},
"livekit": {
"livekit_service_url": "http://localhost:7881"
},
"eula": "https://static.element.io/legal/online-EULA.pdf"
}