diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 2b3b90bab..ee36bd4db 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -292,10 +292,9 @@ final class BuildSettings: NSObject { "agent.dev-durable.tchap.gouv.fr", "agent.education.tchap.gouv.fr" ], - // No activation of video calls actually in Tchap Production. -// tchapFeatureVideoOverIP: [ -// "agent.dinum.tchap.gouv.fr" -// ], + tchapFeatureVideoOverIP: [ + "agent.dinum.tchap.gouv.fr" + ], tchapFeatureGeolocationSharing: [ tchapFeatureAnyHomeServer ] diff --git a/changelog.d/1073.change b/changelog.d/1073.change new file mode 100644 index 000000000..e7277fe27 --- /dev/null +++ b/changelog.d/1073.change @@ -0,0 +1 @@ +Activation de la visio 1-to-1 pour l'instance DINUM. \ No newline at end of file