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

Play sound #37

Closed rekonvald closed 3 years ago

rekonvald commented 3 years ago

Hi!

I use your plugin to integrate it with Agora. But the problem is when device is locked - I answer and ant to play audio message that will help users to understand that they need to tap voip button or video call to get to app. I tried audio_service for playing sound in background. It works as expected, but after it - all voip event handlers (on Accept etc stop working) Seems there is conflict with isolate or receive port.

Can you help, please