You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the switch is not working. I am using RNSwitchAudioOutput.isSpeakerphoneOn to check if speaker phone is on and it correctly return false. But using RNSwitchAudioOutput.selectAudioOutput(RNSwitchAudioOutput.AUDIO_SPEAKER); afterwards doesn't switch the audio playback to the speaker phone, audio still plays on bluetooth speaker.
For some reason, the switch is not working. I am using
RNSwitchAudioOutput.isSpeakerphoneOnto check if speaker phone is on and it correctly return false. But usingRNSwitchAudioOutput.selectAudioOutput(RNSwitchAudioOutput.AUDIO_SPEAKER);afterwards doesn't switch the audio playback to the speaker phone, audio still plays on bluetooth speaker.Any help please.