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
Description
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
Labels
No labels