Audio module - playing through bluetooth speakers on android

I have an expo (standalone) app that uses the expo audio module. If the phone is connected to a Bluetooth speaker, the audio plays fine on an iphone. But it doesn’t play on an android. The android plays other app (like Google Play) just fine through the Bluetooth speaker.

Since the playing part is handled by expo, is there any known problem with this module on an android phone?

ok…the problem was I had playThroughEarpieceAndroid: true
So, I guess this means you can either play through the earpiece of bluetooth, but not both.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.