Open
Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
-
iOS
Description
On Android, the didDisplayIncomingCall event is never sent, even after calling RNCallKeep.displayIncomingCall
. The docs say that this event is the callback for RNCallKeep.displayIncomingCall
. In RNCallKeepModule.java, the only time this event is sent is in the reportNewIncomingCall
method. This method is undocumented and does not appear to be called anywhere else in the module.
Steps to Reproduce
- Setup callkeep and add an event listener for the "didDisplayIncomingCall" event.
- Call
RNCallKeep.displayIncomingCall
- Notice the "didDisplayIncomingCall" event never fires.
Versions
- Callkeep: 4.3.6
- React Native: 0.68.2
- iOS:
- Android: 11
- Phone model: G91S
Metadata
Metadata
Assignees
Labels
No labels