react-native-webrtc / react-native-incall-manager

Handling media-routes/sensors/events during a audio/video chat on React Native
ISC License
547 stars 191 forks source link

audioroute not work with android 11. #219

Open minhvu7896 opened 1 year ago

minhvu7896 commented 1 year ago

Hi all,

I am using this package to route audio, but it only works on Android 12 or higher. When I tested it on Android 11 (Sharp, Vsmart), the input audio did not change to the microphone on the headphone or Bluetooth when these connected.

How can I fix this?

Thank you.