react-native-voip-push-notification
react-native-voip-push-notification copied to clipboard
Ringing after logout
The app is ringing after logout
Is there any way to stop ringing after logout? like something to unregister from app
I think you should call VoipPushNotification.removeEventListener('notification')
in your logout function
I think you should call
VoipPushNotification.removeEventListener('notification')
in your logout function
Yes, I tried, but it doesn't work for me. I believe the problem is with the call keep library because I use it.
@moshibilpk hey man, did you find a way to solve this?
The app is ringing after logout
Is there any way to stop ringing after logout? like something to unregister from app
Is a problem for you to call end calls if you user did logout during a call? Otherwise you should remove user voip token from server on logout and do device unregister from available to send voip device list. Or I misunderstood your problem?