QuickBlox / q-municate-android

Qmunicate Android chat application
MIT License
254 stars 197 forks source link

How can 'Incoming Call Push notfication' can come on FullScreen? #257

Closed sheikhrashid closed 6 years ago

sheikhrashid commented 7 years ago

I am receiving push notifications successfully. But the problem is when audio or video call receives I want to open full IncomingCallFragment instead of Notification Bar.

I searched and found that it can be done by event.setPushType(QBPushType.APNS_VOIP). I tried, but still not working. Also I want to know I am working on Android and "APNS_VOIP" seems to be related to Apple.

tatanka987 commented 7 years ago

This push works only on iOS and we added this type to Android SDK for support cross platform work (calls from Android to iOS). For your functionality you need start login to the chat and set call listeners when you got push about call. But Q-municate is big project and need investigate how to do this correct.

sheikhrashid commented 7 years ago

Thanks much for your reply