Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
Description
I call RNCallKeep.startCall(id, name, name) and the outgoing call begins. The android device displays "Dialling". When the callee accepts the call, the RNCallKeep.backToForeground() successfully runs. But the call is still in "Dialling" mode.
I've tried calling many different functions before/after the "RNCallKeep.backToForeground()" Call:
- RNCallKeep.setCurrentCallActive(uuid)
- RNCallKeep.updateDisplay(id, foo, bar)
- RNCallKeep.answerIncomingCall(id)
None Have Worked