react-native-callkeep
react-native-callkeep copied to clipboard
Android selfmanage multiple calls not working
Bug report
-
[x] I've checked the example to reproduce the issue.
-
Reproduced on:
-
[x] Android
-
[ ] iOS
Description
Only the first displayIncomingCall trigger showIncomingCallUi event
If there is running call, it wont trigger the event. I guess multiple calls is not working
I'm on latest master
Did you figure out a way to solve this ?
@KeKam Hi yes we manually check if there is exsting call the we start the intent activity directly
You can see the detail implementation here: https://github.com/brekekesoftware/brekekephone/blob/master/android/app/src/main/java/com/brekeke/phonedev/BrekekeModule.java#L228