feat: advertise livekit
This commit is contained in:
parent
884af65ed8
commit
5df4cca133
1 changed files with 13 additions and 1 deletions
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue