masashi-sutou / flutter_ios_voip_kit

One-to-one video call using CallKit and PushKit with flutter iOS app.
MIT License
67 stars 45 forks source link

Foreground accept call #32

Closed rekonvald closed 3 years ago

rekonvald commented 3 years ago

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 tried acceptIncomingCall()with no luck(