From 4647b00b9e27093a85722978c3d517771ecf3500 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Mon, 22 Apr 2024 11:32:10 +0200 Subject: [PATCH] Delete code that disabled conference features for previous versions --- 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 fbae5ce2d..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)