Skip to content

Commit 53fa21b

Browse files
committed
update .well-known example using the proposed endpoint routing
1 parent 79404fc commit 53fa21b

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)