From 9d63ba5d41d9dd59f632d2ea83a889c2a54f408e Mon Sep 17 00:00:00 2001
From: Robin <robin@robin.town>
Date: Fri, 13 Oct 2023 12:21:49 -0400
Subject: [PATCH] Update the Element Call unstable URL

We've switched from Netlify to an in-house Kubernetes deployment with a new URL.
---
 element.io/nightly/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json
index ec5d3bbd..72e4fa63 100644
--- a/element.io/nightly/config.json
+++ b/element.io/nightly/config.json
@@ -53,7 +53,7 @@
         "feature_video_rooms": true
     },
     "element_call": {
-        "url": "https://element-call-livekit.netlify.app"
+        "url": "https://call.element.dev"
     },
     "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
 }