diff --git a/vector/src/main/java/im/vector/riotx/features/call/CallAudioManager.kt b/vector/src/main/java/im/vector/riotx/features/call/CallAudioManager.kt index add0bf0c8f..56a915d8e6 100644 --- a/vector/src/main/java/im/vector/riotx/features/call/CallAudioManager.kt +++ b/vector/src/main/java/im/vector/riotx/features/call/CallAudioManager.kt @@ -156,7 +156,7 @@ class CallAudioManager( if (audioManager != null && isBluetoothHeadsetConnected(audioManager!!)) { audioManager?.stopBluetoothSco() audioManager?.isBluetoothScoOn = false - audioManager?.setSpeakerphoneOn(false) + audioManager?.isSpeakerphoneOn = false } bluetoothAdapter?.closeProfileProxy(BluetoothProfile.HEADSET, it) }