Delete code that disabled conference features for previous versions

This commit is contained in:
QuentinArguillere 2024-04-22 11:32:10 +02:00
parent 0f57545a2a
commit 4647b00b9e

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)