Background Incoming call and message notification is not receiving in Android Q-Municate

978 Views Asked by At

I modified Q-municate powered by QuickBlox (which is open source) GitHub code. But, in this app Voip is not working. when i open the application then only I can receive call and message notification. So how to show incoming call screen when app will be close and phone screen lock. How to solve this issue perfectly?

1

There are 1 best solutions below

2
Valentyn Tereshchenko On

This is normal logic of Q-municate. If you want to show incoming call screen you need add this logic. For it you need add login to the chat in background when push was received in class ChatNotificationHelper.java. You can see QuickBlox's sample-videochat-webrtc for learning how to show incoming call screen when push was received.