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

Problems with didReceiveStartCallAction-event #47

Open
ippa opened this issue Jul 10, 2018 · 2 comments
Open

Problems with didReceiveStartCallAction-event #47

ippa opened this issue Jul 10, 2018 · 2 comments

Comments

@ippa
Copy link

ippa commented Jul 10, 2018

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?

@ckrodrigues
Copy link

I'm currently having the same issue. The action successfully wakes up the app but at that point seems like RNCallKit is not setup yet so there's not a handler method for that action. @ianlin any ideas how to fix it?

@ippa
Copy link
Author

ippa commented Sep 11, 2018

ping @ianlin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants