I need to get data from payload in the JS part of the app when the app is "killed"
I can get it when the app is Foregraund or Background but I need it when the app is starting up from a VoIP
I have tried with
RNNCallKeep - didDisplayIncomingCall
but it only works when app is fore or background mode, when the app is killed it do not trigger.
I need to get data from payload in the JS part of the app when the app is "killed" I can get it when the app is Foregraund or Background but I need it when the app is starting up from a VoIP
I have tried with RNNCallKeep - didDisplayIncomingCall but it only works when app is fore or background mode, when the app is killed it do not trigger.