From 934dc3d73754a7948de508bdd956ee8f4ac6f88c Mon Sep 17 00:00:00 2001 From: Olivier D Date: Thu, 18 Jan 2024 14:47:50 +0100 Subject: [PATCH] deactivate video call on prod for dinum (#870) --- config.prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.prod.json b/config.prod.json index 5b622240ea..41f19e8196 100644 --- a/config.prod.json +++ b/config.prod.json @@ -193,6 +193,6 @@ "feature_thread": [], "feature_space": [], "feature_audio_call": ["agent.dinum.tchap.gouv.fr"], - "feature_video_call": ["agent.dinum.tchap.gouv.fr"] + "feature_video_call": [] } }