From 533bc26d6db60d6df4c7bd09c60fb16b56ea12ce Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Tue, 5 Mar 2024 17:40:02 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9activation=20des=20settings=20de=20lime?= =?UTF-8?q?=20et=20de=20conf=C3=A9rence=20au=20login=20des=20comptes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Linphone/UI/Assistant/Viewmodel/AccountLoginViewModel.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Linphone/UI/Assistant/Viewmodel/AccountLoginViewModel.swift b/Linphone/UI/Assistant/Viewmodel/AccountLoginViewModel.swift index 5c2a3f1ad..57dd6688d 100644 --- a/Linphone/UI/Assistant/Viewmodel/AccountLoginViewModel.swift +++ b/Linphone/UI/Assistant/Viewmodel/AccountLoginViewModel.swift @@ -98,12 +98,6 @@ class AccountLoginViewModel: ObservableObject { #endif accountParams.pushNotificationConfig?.provider = "apns" + pushEnvironment - // Temporary disable these features are they are not used for 6.0 first version - accountParams.conferenceFactoryUri = nil - accountParams.conferenceFactoryAddress = nil - accountParams.audioVideoConferenceFactoryAddress = nil - accountParams.limeServerUrl = nil - // Now that our AccountParams is configured, we can create the Account object let account = try core.createAccount(params: accountParams)