{
  "$comment": "Element Call SPA config — see docs/adr/ADR-015-matrix-element-call-video.md. Mounted at /app/config.json in the element-call service. The RTC transport is discovered natively from the homeserver's MSC4143 endpoint (synapse-overrides.yaml's matrix_rtc block); the livekit fallback below is kept only for clients that don't read the native endpoint.",
  "default_server_config": {
    "m.homeserver": {
      "base_url": "https://matrix.koios.arkoniak.com",
      "server_name": "matrix.koios.arkoniak.com"
    }
  },
  "livekit": {
    "livekit_service_url": "https://matrix-rtc.koios.arkoniak.com/livekit/jwt"
  }
}
