From 42905e2f9079ebb9db1b87fe2ba5232a0e11a6be Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 4 Nov 2024 14:58:25 +0100 Subject: [PATCH] Allow Video calls for Education and Agents (cherry picked from commit 75c58fa758466f612ea573a07b29595eb1547d45) --- Tchap/Config/BuildSettings.swift | 3 ++- changelog.d/1109.change | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1109.change diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 392f5b92d..78409b552 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -294,7 +294,8 @@ final class BuildSettings: NSObject { ], tchapFeatureVideoOverIP: [ "agent.dinum.tchap.gouv.fr", - "agent.education.tchap.gouv.fr" + "agent.education.tchap.gouv.fr", + "agent.tchap.gouv.fr", ], tchapFeatureGeolocationSharing: [ tchapFeatureAnyHomeServer diff --git a/changelog.d/1109.change b/changelog.d/1109.change new file mode 100644 index 000000000..be87637d5 --- /dev/null +++ b/changelog.d/1109.change @@ -0,0 +1 @@ +Permettre les appels vidéos sur Education et Agent. \ No newline at end of file