From ffb279d346af1552afda62c28e9d6b50fc90156e Mon Sep 17 00:00:00 2001 From: "marc.sirisak" Date: Wed, 27 Nov 2024 11:43:57 +0100 Subject: [PATCH] TCHAP(config): activate video call for all --- config.preprod.json | 8 ++++---- config.prod.json | 2 +- config.prod.lab.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.preprod.json b/config.preprod.json index cf6a148d49..f8b56d8f35 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -107,15 +107,15 @@ ], "tchap_features": { "feature_email_notification": ["*"], - "feature_thread": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"], + "feature_thread": ["*"], "feature_space": ["*"], - "feature_audio_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"], - "feature_video_call": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"], + "feature_audio_call": ["*"], + "feature_video_call": ["*"], "feature_video_group_call": [], "feature_screenshare_call": ["*"] }, "tchap_sso_flow": { - "isActive": false + "isActive": true }, "map_style_url": "https://openmaptiles.geo.data.gouv.fr/styles/osm-bright/style.json" } diff --git a/config.prod.json b/config.prod.json index d9c48e8957..c01c44bc8c 100644 --- a/config.prod.json +++ b/config.prod.json @@ -197,7 +197,7 @@ "feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"], "feature_space": ["*"], "feature_audio_call": ["*"], - "feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"], + "feature_video_call": ["*"], "feature_video_group_call": [], "feature_screenshare_call": ["*"] }, diff --git a/config.prod.lab.json b/config.prod.lab.json index fb03a7d2f1..3a2e2275e1 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -197,7 +197,7 @@ "feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"], "feature_space": ["agent.dinum.tchap.gouv.fr"], "feature_audio_call": ["*"], - "feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"], + "feature_video_call": ["*"], "feature_video_group_call": [], "feature_screenshare_call": ["*"] },