13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.example.com",
|
|
"server_name": "matrix.example.com"
|
|
},
|
|
"org.matrix.msc4143.rtc_foci": [
|
|
{
|
|
"type": "livekit",
|
|
"livekit_service_url": "https://matrix-rtc.example.com/livekit/jwt"
|
|
}
|
|
]
|
|
}
|