feat: advertise livekit

This commit is contained in:
Katharina Heidenreich 2026-04-05 14:52:37 +02:00
parent 884af65ed8
commit 5df4cca133

View file

@ -50,7 +50,19 @@ in
content = { content = {
contentType = "application/json"; contentType = "application/json";
status = 200; status = 200;
body = ''{"m.homeserver":{"base_url":"https://${net.devices.remote_proxy.domain}"}}''; body = ''
{
"m.homeserver": {
"base_url": "https://${net.devices.remote_proxy.domain}"
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://livekit.${net.devices.remote_proxy.domain}/livekit/jwt"
}
]
}
'';
}; };
} }
] ]