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

Android selfmanage multiple calls not working

Open namnm opened this issue 4 years ago • 3 comments

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

namnm avatar Jun 23 '21 07:06 namnm

Did you figure out a way to solve this ?

KeKam avatar Feb 08 '22 13:02 KeKam

@KeKam Hi yes we manually check if there is exsting call the we start the intent activity directly

namnm avatar Feb 09 '22 01:02 namnm

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

namnm avatar Feb 09 '22 01:02 namnm