mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Disable isEndToEndEncryptedChatAvailable check when creating a conference
This commit is contained in:
parent
bf4e6fd23c
commit
beee998627
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ class LinphoneUtils: NSObject {
|
|||
conferenceParams.subject = subject
|
||||
|
||||
// Enable end-to-end encryption if client supports it
|
||||
if isEndToEndEncryptedChatAvailable(core: core) {
|
||||
//if isEndToEndEncryptedChatAvailable(core: core) {
|
||||
if false {
|
||||
Log.info("\(#function) Requesting EndToEnd security level for conference")
|
||||
conferenceParams.securityLevel = .EndToEnd
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue