mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Delete code that disabled conference features for previous versions
This commit is contained in:
parent
0f57545a2a
commit
4647b00b9e
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue