From efd08b49971717519ad79f4655bde6af74d1a297 Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 25 Mar 2025 17:03:25 +0100 Subject: [PATCH] use MatrixRTC suggestion wrt. hostname and endpoints --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 736617a6..7aee7597 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,14 @@ deployment for three different sites A, B and C is depicted below. MatrixRTC backend (according to [MSC4143](https://github.com/matrix-org/matrix-spec-proposals/pull/4143)) -is announced by the homeserver's `.well-known/matrix/client` file and discovered +is announced by the Matrix site's `.well-known/matrix/client` file and discovered via the `org.matrix.msc4143.rtc_foci` key, e.g.: ```json "org.matrix.msc4143.rtc_foci": [ { "type": "livekit", - "livekit_service_url": "https://someurl.com" + "livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt" }, ] ```