You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.