Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

didDisplayIncomingCall event is never sent on Android #671

Open
2 of 3 tasks
RamsayRomero opened this issue Feb 27, 2023 · 0 comments · May be fixed by #672
Open
2 of 3 tasks

didDisplayIncomingCall event is never sent on Android #671

RamsayRomero opened this issue Feb 27, 2023 · 0 comments · May be fixed by #672

Comments

@RamsayRomero
Copy link

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

  1. Setup callkeep and add an event listener for the "didDisplayIncomingCall" event.
  2. Call RNCallKeep.displayIncomingCall
  3. Notice the "didDisplayIncomingCall" event never fires.

Versions

  • Callkeep: 4.3.6
  • React Native: 0.68.2
  • iOS:
  • Android: 11
  • Phone model: G91S
@RamsayRomero RamsayRomero linked a pull request Feb 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant