do not change audio route on call connected when bluetooth

This commit is contained in:
Benjamin Reis 2018-01-02 16:52:59 +01:00
parent a82de0f631
commit 31b1e1d5d7

View file

@ -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