diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 2283dbb5b..6b12e99f4 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -272,7 +272,7 @@ final class BuildSettings: NSObject { tchapFeatureNotificationByEmail: [ tchapFeatureAnyHomeServer ], - // Audio calls for all in Tchap Production. + // Audio calls for all instances in Tchap Production. tchapFeatureVoiceOverIP: [ "agent.externe.tchap.gouv.fr", "agent.collectivites.tchap.gouv.fr", @@ -292,10 +292,25 @@ final class BuildSettings: NSObject { "agent.dev-durable.tchap.gouv.fr", "agent.education.tchap.gouv.fr" ], + // Video calls for all instances in Tchap Production. tchapFeatureVideoOverIP: [ + "agent.externe.tchap.gouv.fr", + "agent.collectivites.tchap.gouv.fr", + "agent.tchap.gouv.fr", + "agent.elysee.tchap.gouv.fr", + "agent.pm.tchap.gouv.fr", + "agent.ssi.tchap.gouv.fr", + "agent.finances.tchap.gouv.fr", + "agent.social.tchap.gouv.fr", + "agent.interieur.tchap.gouv.fr", + "agent.agriculture.tchap.gouv.fr", + "agent.justice.tchap.gouv.fr", + "agent.diplomatie.tchap.gouv.fr", + "agent.intradef.tchap.gouv.fr", "agent.dinum.tchap.gouv.fr", - "agent.education.tchap.gouv.fr", - "agent.tchap.gouv.fr" + "agent.culture.tchap.gouv.fr", + "agent.dev-durable.tchap.gouv.fr", + "agent.education.tchap.gouv.fr" ], tchapFeatureGeolocationSharing: [ tchapFeatureAnyHomeServer diff --git a/changelog.d/1126.change b/changelog.d/1126.change new file mode 100644 index 000000000..051c2e432 --- /dev/null +++ b/changelog.d/1126.change @@ -0,0 +1 @@ +Activation des appels vidéo pour toutes les instances en Production. \ No newline at end of file