This repository has been archived on 2025-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-synapse-debian/synapse/well-known-client.json
Kiara Grouwstra 0124ae08e2
init
2025-04-14 11:19:49 +02:00

12 lines
241 B
JSON

{
"m.homeserver": {
"base_url": "https://matrix.example.com"
},
"org.matrix.msc4143.rtc_foci":[
{
"type": "livekit",
"livekit_service_url": "https://livekit.example.com"
}
]
}