Skip to content

Commit efd08b4

Browse files
committed
use MatrixRTC suggestion wrt. hostname and endpoints
1 parent 7a0010d commit efd08b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ deployment for three different sites A, B and C is depicted below.
9595

9696
MatrixRTC backend (according to
9797
[MSC4143](https://github.com/matrix-org/matrix-spec-proposals/pull/4143))
98-
is announced by the homeserver's `.well-known/matrix/client` file and discovered
98+
is announced by the Matrix site's `.well-known/matrix/client` file and discovered
9999
via the `org.matrix.msc4143.rtc_foci` key, e.g.:
100100

101101
```json
102102
"org.matrix.msc4143.rtc_foci": [
103103
{
104104
"type": "livekit",
105-
"livekit_service_url": "https://someurl.com"
105+
"livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt"
106106
},
107107
]
108108
```

0 commit comments

Comments
 (0)