Revert mute fix: it actually slows down the audio too much. We'll have to find another solution.

This commit is contained in:
Guillaume BIENKOWSKI 2014-08-20 14:05:45 +02:00
parent 52928e7e1e
commit 7381c4d7cd

View file

@ -755,11 +755,6 @@ static void linphone_iphone_display_status(struct _LinphoneCore * lc, const char
}
}
if(state == LinphoneCallStreamsRunning ){
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:nil];
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord error:nil];
}
if (state == LinphoneCallConnected && !mCallCenter) {
/*only register CT call center CB for connected call*/
[self setupGSMInteraction];