mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Réactivation des settings de lime et de conférence au login des comptes
This commit is contained in:
parent
56caacfe1c
commit
533bc26d6d
1 changed files with 0 additions and 6 deletions
|
|
@ -98,12 +98,6 @@ class AccountLoginViewModel: ObservableObject {
|
||||||
#endif
|
#endif
|
||||||
accountParams.pushNotificationConfig?.provider = "apns" + pushEnvironment
|
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
|
// Now that our AccountParams is configured, we can create the Account object
|
||||||
let account = try core.createAccount(params: accountParams)
|
let account = try core.createAccount(params: accountParams)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue