forked from mirrors/linphone-iphone
do not change audio route on call connected when bluetooth
This commit is contained in:
parent
a82de0f631
commit
31b1e1d5d7
1 changed files with 2 additions and 1 deletions
|
|
@ -989,7 +989,8 @@ static void linphone_iphone_display_status(struct _LinphoneCore *lc, const char
|
|||
if (state == LinphoneCallConnected && !mCallCenter) {
|
||||
/*only register CT call center CB for connected call*/
|
||||
[self setupGSMInteraction];
|
||||
[self setSpeakerEnabled:FALSE];
|
||||
if (!_bluetoothEnabled)
|
||||
[self setSpeakerEnabled:FALSE];
|
||||
}
|
||||
|
||||
// Post event
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue