react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Android 11 - setting RNCallkeep.setCurrentCallActive(uuid) causes the native call state to update in self Managed mode, but it should not.

Open Aayushi-Mashru opened this issue 2 years ago • 0 comments

Bug report

  • [*] I've checked the example to reproduce the issue.

  • Reproduced on:

  • [*] Android

  • [ ] iOS

Description

In Android 11, setting RNCallkeep.setCurrentCallActive(uuid) causes the native call state to update in self Managed mode, but it should not.

Steps to Reproduce

I am using react-native-callkeep library to handle my VOIP calls and GSM calls interoperability in my react native application.

Have followed this installation and setup guide for RNCallkeep and some chunks of this example for the implementation.

Also using react-native-call-detection for getting the native call states, to do some action on existing VOIP calls in case of native call interruptions.

However, in Android 11, setting RNCallkeep.setCurrentCallActive(uuid) causes the native call state to update in self Managed "true" mode, but it should not.

Versions

- Callkeep: 4.3.1
- React Native: 0.62.3
- Android: 11
- Phone model: all

Logs

Paste here

Aayushi-Mashru avatar Aug 10 '23 13:08 Aayushi-Mashru