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(
|
||||
"app",
|
||||
"default_conference_factory_uri",
|
||||
""
|
||||
"sip:conference-factory@sip.linphone.org"
|
||||
)!!
|
||||
|
||||
val audioVideoConferenceServerUri: String
|
||||
get() = config.getString(
|
||||
"app",
|
||||
"default_audio_video_conference_factory_uri",
|
||||
""
|
||||
"sip:videoconference-factory2@sip.linphone.org"
|
||||
)!!
|
||||
|
||||
val checkUpdateAvailableInterval: Int
|
||||
|
|
Loading…
Reference in a new issue