Call migrate_to_multitransport at start

This commit is contained in:
Guillaume BIENKOWSKI 2014-06-30 09:26:43 +02:00
parent 99f4450749
commit c6f41b3d72

View file

@ -1198,6 +1198,7 @@ static BOOL libStarted = FALSE;
// create linphone core
[self createLinphoneCore];
linphone_core_migrate_to_multi_transport(theLinphoneCore);
//init audio session
AVAudioSession *audioSession = [AVAudioSession sharedInstance];