You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 forRNCallKeep.displayIncomingCall
. In RNCallKeepModule.java, the only time this event is sent is in thereportNewIncomingCall
method. This method is undocumented and does not appear to be called anywhere else in the module.Steps to Reproduce
RNCallKeep.displayIncomingCall
Versions
The text was updated successfully, but these errors were encountered: