Skip to content

didDisplayIncomingCall event is never sent on Android #671

Open
@RamsayRomero

Description

@RamsayRomero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions