When my app is in foreground I show custom calling view, and receiving void push notification.
So, user can answer via push or directly via app.
1) Is there way not to show push notification when app is in foreground?
2) if no - if I answer via my app - how to hide push calling notification?(without calling endCall()? I tried acceptIncomingCall()with no luck(
Hi!
When my app is in foreground I show custom calling view, and receiving void push notification. So, user can answer via push or directly via app. 1) Is there way not to show push notification when app is in foreground? 2) if no - if I answer via my app - how to hide push calling notification?(without calling
endCall()
? I triedacceptIncomingCall()
with no luck(