remove multi transport migration, because it enables tcp or udp, if by factoring settings only tls is enabled.
This is a problem for new installations.
This commit is contained in:
parent
95f521ff9d
commit
d5ee50b1f1
1 changed files with 0 additions and 3 deletions
|
@ -785,9 +785,6 @@ public class LinphoneManager implements LinphoneCoreListener, LinphoneChatMessag
|
|||
Log.w("MediaStreamer : " + availableCores + " cores detected and configured");
|
||||
mLc.setCpuCount(availableCores);
|
||||
|
||||
int migrationResult = getLc().migrateToMultiTransport();
|
||||
Log.d("Migration to multi transport result = " + migrationResult);
|
||||
|
||||
mLc.migrateCallLogs();
|
||||
|
||||
if (mServiceContext.getResources().getBoolean(R.bool.enable_push_id)) {
|
||||
|
|
Loading…
Reference in a new issue