Fixed video conference factory URI not set when updating for 4.6.x release
This commit is contained in:
parent
975905428f
commit
4a0eb4d93e
1 changed files with 2 additions and 2 deletions
|
@ -479,14 +479,14 @@ class CorePreferences constructor(private val context: Context) {
|
||||||
get() = config.getString(
|
get() = config.getString(
|
||||||
"app",
|
"app",
|
||||||
"default_conference_factory_uri",
|
"default_conference_factory_uri",
|
||||||
""
|
"sip:conference-factory@sip.linphone.org"
|
||||||
)!!
|
)!!
|
||||||
|
|
||||||
val audioVideoConferenceServerUri: String
|
val audioVideoConferenceServerUri: String
|
||||||
get() = config.getString(
|
get() = config.getString(
|
||||||
"app",
|
"app",
|
||||||
"default_audio_video_conference_factory_uri",
|
"default_audio_video_conference_factory_uri",
|
||||||
""
|
"sip:videoconference-factory2@sip.linphone.org"
|
||||||
)!!
|
)!!
|
||||||
|
|
||||||
val checkUpdateAvailableInterval: Int
|
val checkUpdateAvailableInterval: Int
|
||||||
|
|
Loading…
Reference in a new issue