Merge branch 'master' of git.linphone.org:linphone-iphone

This commit is contained in:
Benjamin Reis 2016-11-28 15:48:41 +01:00
commit b9d1924aad

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];