mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
devx: Enable msc4143 on other homeserver (remove well-known)
This commit is contained in:
@@ -60,7 +60,8 @@ server {
|
||||
# setting for livekit_service_url
|
||||
location /.well-known/matrix/client {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
return 200 '{"m.homeserver": {"base_url": "https://synapse.othersite.m.localhost"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "https://matrix-rtc.othersite.m.localhost/livekit/jwt"}]}';
|
||||
# synapse.othersite supports /rtc/transport so remove the livekit_service_url from auto-discovery as it is not needed.
|
||||
return 200 '{"m.homeserver": {"base_url": "https://synapse.othersite.m.localhost"}}';
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user