Closed
Description
With Android 11 upcoming there are some changes that will impact users of react-native-callkeep
.
The permissions are once again being tightened, use of microphone in the background being relevant to VoIP apps.
When a call is started through CallKeep
, the app won't be able to use the microphone until it is brought to the foreground.
It looks like there are some mitigations that can be put in place using foreground services.