Better sound management

This commit is contained in:
Benjamin Reis 2017-11-14 14:52:14 +01:00
parent 28b403383d
commit 1f8f4b00ff
3 changed files with 4 additions and 4 deletions

View file

@ -828,8 +828,6 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char
// furthermore it introduces a bug when calling multiple times since route may not be
// reconfigured between cause leading to bluetooth being disabled while it should not
_bluetoothEnabled = FALSE;
/*IOS specific*/
linphone_core_start_dtmf_stream(theLinphoneCore);
}
if (incallBgTask) {

View file

@ -6,6 +6,8 @@
//
//
#import "linphone/core_utils.h"
#import "SideMenuTableView.h"
#import "Utils.h"
@ -37,7 +39,7 @@
}
- (void)viewWillAppear:(BOOL)animated {
linphone_core_stop_dtmf(LC);
linphone_core_stop_dtmf_stream(LC);
[super viewWillAppear:animated];
_sideMenuEntries = [[NSMutableArray alloc] init];

@ -1 +1 @@
Subproject commit 145b05ee8dddeca71518f327a69b474ac048f77a
Subproject commit 3d923a8759d93304e478228f6f296114372a3ba6