Réactivation des settings de lime et de conférence au login des comptes

This commit is contained in:
QuentinArguillere 2024-03-05 17:40:02 +01:00
parent 56caacfe1c
commit 533bc26d6d

View file

@ -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)