react-native-callkeep
react-native-callkeep copied to clipboard
callKeep blocking the microphone usage
Bug report
-
[x] I've checked the example to reproduce the issue.
-
Reproduced on:
-
[x] Android
Description
CallKeep is working properly on IOS but when we used it on Android, It's seems it is blocking the microphone usage. Like:
- Person A makes an outbound call on Android build.
- Person B received the call and answer it.
- Both line are connected.
- Person A hears Person B
- But Person B doesn't hear any audio from Person A
When we removed the callKeep library on the android build, everything works fine, both party can hear each other.
Versions
- Callkeep: 4.3.1
- React Native: 0.65.1
- iOS:
- Android: 11 and 12
- Phone model: Samsung S22 and Pixel devices
Hi @jikseyres16 Have you got any solutions?
Hi @danishkhawaja98 ,
I ended up not using the callKeep and only use react-native-incall-manager for manipulating some call functions and use voximplant foreground service, well for foreground uses.
same here