mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Revert mute fix: it actually slows down the audio too much. We'll have to find another solution.
This commit is contained in:
parent
52928e7e1e
commit
7381c4d7cd
1 changed files with 0 additions and 5 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue