|
|
|
|
207
|
location /.well-known/matrix/client {
|
207
|
location /.well-known/matrix/client {
|
208
|
default_type application/json;
|
208
|
default_type application/json;
|
209
|
add_header Access-Control-Allow-Origin *;
|
209
|
add_header Access-Control-Allow-Origin *;
|
210
|
- return 200 '{"m.homeserver": {"base_url": "https://${DOMAIN}"}, "m.identity_server": {"base_url": "https://${DOMAIN}"}}';
|
|
|
|
|
210
|
+ return 200 '{"m.homeserver": {"base_url": "https://${DOMAIN}"}, "m.identity_server": {"base_url": "https://${DOMAIN}"}, "org.matrix.msc4143.rtc_foci": [{"type": "livekit", "livekit_service_url": "https://livekit-jwt.call.matrix.org"}]}';
|
211
|
}
|
211
|
}
|
212
|
|
212
|
|
213
|
# Element Frontend
|
213
|
# Element Frontend
|