update .well-known example using the proposed endpoint routing

This commit is contained in:
fkwp
2025-03-26 22:36:47 +01:00
parent 79404fcb18
commit 53fa21b97a

View File

@@ -130,11 +130,11 @@ server {
"org.matrix.msc4143.rtc_foci": [ "org.matrix.msc4143.rtc_foci": [
{ {
"type": "livekit", "type": "livekit",
"livekit_service_url": "https://matrix-rtc.example.com" "livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt"
}, },
{ {
"type": "livekit", "type": "livekit",
"livekit_service_url": "https://matrix-rtc-2.example.com" "livekit_service_url": "https://matrix-rtc-2.example.com/livekit/jwt"
}, },
{ {
"type": "nextgen_new_foci_type", "type": "nextgen_new_foci_type",