fix: changed matrix server name to matrix domain in element-call config.

This commit is contained in:
wjbeckett 2024-09-30 11:17:34 +10:00
parent f036e18789
commit 1167e1ec13

View File

@ -2,7 +2,7 @@
"default_server_config": { "default_server_config": {
"m.homeserver": { "m.homeserver": {
"base_url": "{{ matrix_homeserver_url }}", "base_url": "{{ matrix_homeserver_url }}",
"server_name": "{{ matrix_server_name }}" "server_name": "{{ matrix_domain }}"
} }
}, },
"livekit": { "livekit": {