Skip to content

Commit d12d616

Browse files
authored
Merge pull request #3136 from element-hq/fkwp/update_readme
Fix example JWT service .well-known endpoints in self-hosting.md
2 parents 2073cd3 + 53fa21b commit d12d616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ server {
130130
"org.matrix.msc4143.rtc_foci": [
131131
{
132132
"type": "livekit",
133-
"livekit_service_url": "https://matrix-rtc.example.com"
133+
"livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt"
134134
},
135135
{
136136
"type": "livekit",
137-
"livekit_service_url": "https://matrix-rtc-2.example.com"
137+
"livekit_service_url": "https://matrix-rtc-2.example.com/livekit/jwt"
138138
},
139139
{
140140
"type": "nextgen_new_foci_type",

0 commit comments

Comments
 (0)