mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed broken conference factory URI due to dumb mistake
This commit is contained in:
parent
a78421d79a
commit
18f0d9109e
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class AccountSettingsViewModel @UiThread constructor() : ViewModel() {
|
|||
val audioVideoConferenceFactoryAddress = Factory.instance().createAddress(
|
||||
audioVideoConferenceFactoryUri.value.orEmpty()
|
||||
)
|
||||
newParams.conferenceFactoryAddress = audioVideoConferenceFactoryAddress
|
||||
newParams.audioVideoConferenceFactoryAddress = audioVideoConferenceFactoryAddress
|
||||
|
||||
newParams.limeServerUrl = limeServerUrl.value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue