Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.
This repository was archived by the owner on May 26, 2019. It is now read-only.

Problems with didReceiveStartCallAction-event #47

Open
@ippa

Description

@ippa

I have a number of call-kit-calls listed by my app under the Recent-tab on my iPhone.

In my app-code I hook into the didReceiveStartCallAction-event like this:

  RNCallKit.addEventListener("didReceiveStartCallAction", data => {
        console.log("didReceiveStartCallAction", data);
   });

When I click a call in Recent-list my app starts, but the above event isn't executed (other callbacks like answerCall and endCall works)

Any ideas why?

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