diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 51a0c2008..f519c55fa 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -273,9 +273,7 @@ final class BuildSettings: NSObject { tchapFeatureAnyHomeServer ], tchapFeatureVoiceOverIP: [ - "agent.dinum.tchap.gouv.fr", - "agent.diplomatie.tchap.gouv.fr", - "agent.finances.tchap.gouv.fr" + tchapFeatureAnyHomeServer ], // No activation of video calls actually in Tchap Production. // tchapFeatureVideoOverIP: [ diff --git a/changelog.d/1036.change b/changelog.d/1036.change new file mode 100644 index 000000000..714efb6fa --- /dev/null +++ b/changelog.d/1036.change @@ -0,0 +1 @@ +Ouverture de la fonctionnalité VoIP à toutes les instances. \ No newline at end of file