From 598326afbac8eb2a5885bd285def296481c8c79f Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Tue, 20 Jun 2023 11:53:20 -0400 Subject: [PATCH] Point Nightly to our Element Call + LiveKit experiment This is an experimental version of Element Call using a LiveKit SFU that we'd like to start dogfooding and gaining confidence on internally, so the current plan is to trial it on develop.element.io and Nightly for a while. --- 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 1313b58..620fd66 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -45,7 +45,7 @@ "feature_video_rooms": true }, "element_call": { - "url": "https://element-call.netlify.app" + "url": "https://element-call-livekit.netlify.app" }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }