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:
Brieuc Viel 2016-11-28 12:09:36 +01:00
parent b38d122312
commit 8e688ecaad

View file

@ -1679,7 +1679,9 @@ static BOOL libStarted = FALSE;
_iapManager = [[InAppProductsManager alloc] init];
linphone_core_migrate_to_multi_transport(theLinphoneCore);
// - Security fix - 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.
// linphone_core_migrate_to_multi_transport(theLinphoneCore);
// init audio session (just getting the instance will init)
AVAudioSession *audioSession = [AVAudioSession sharedInstance];