We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0010d commit efd08b4Copy full SHA for efd08b4
README.md
@@ -95,14 +95,14 @@ deployment for three different sites A, B and C is depicted below.
95
96
MatrixRTC backend (according to
97
[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
+is announced by the Matrix site's `.well-known/matrix/client` file and discovered
99
via the `org.matrix.msc4143.rtc_foci` key, e.g.:
100
101
```json
102
"org.matrix.msc4143.rtc_foci": [
103
{
104
"type": "livekit",
105
- "livekit_service_url": "https://someurl.com"
+ "livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt"
106
},
107
]
108
```
0 commit comments