b7e0410150
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.
12 lines
281 B
JSON
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"
|
|
}
|