Fixed isEndToEndEncryptedChatAvailable to keep checking the deprecated param on the Core
This commit is contained in:
parent
2050ed93eb
commit
ebaa6067b5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class LinphoneUtils {
|
|||
fun isEndToEndEncryptedChatAvailable(): Boolean {
|
||||
val core = coreContext.core
|
||||
return core.isLimeX3DhEnabled &&
|
||||
core.defaultAccount?.params?.limeServerUrl != null &&
|
||||
(core.limeX3DhServerUrl != null || core.defaultAccount?.params?.limeServerUrl != null) &&
|
||||
core.defaultAccount?.params?.conferenceFactoryUri != null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue