From 53fa21b97ab02f27ed844068ffe4c723f45c645e Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 26 Mar 2025 22:36:47 +0100 Subject: [PATCH] update .well-known example using the proposed endpoint routing --- docs/self-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 7aa0dbaa..62839773 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -130,11 +130,11 @@ server { "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", - "livekit_service_url": "https://matrix-rtc.example.com" + "livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt" }, { "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",