If the app is in kill state and is woken by a voip push, the listener VoipPushNotification.addEventListener('notification') is not triggered (mostly because the app itself woke up because of a voip push and listener got added after that.
Is there a fix or workaround for this where we can run some code if app wakes up by voip push.
If the app is in kill state and is woken by a voip push, the listener
VoipPushNotification.addEventListener('notification')is not triggered (mostly because the app itself woke up because of a voip push and listener got added after that.Is there a fix or workaround for this where we can run some code if app wakes up by voip push.