Fediversity/matrix/synapse/well-known-client.json

13 lines
241 B
JSON
Raw Normal View History

2025-01-08 15:45:09 +01:00
{
"m.homeserver": {
"base_url": "https://matrix.example.com"
},
"org.matrix.msc4143.rtc_foci":[
{
"type": "livekit",
"livekit_service_url": "https://livekit.example.com"
}
]
}