voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 18 forks source link

Question: SIP VoIP Application with Voximplant CallKit #23

Closed ShahzadUmarBaig closed 2 years ago

ShahzadUmarBaig commented 2 years ago

I have an application that I have developed using the dart-sip-ua package with the Asterisk FreePBX server in the backend. Specifically for iOS development, I am using the Voximplant call kit.

I have copied the call service from example this package and implemented it in the application. The problem is that, how do you manage the CallKit in the background?

I am also using Apple Server on the Production environment for sending VoIP Push to the apple device id.

ShahzadUmarBaig commented 2 years ago

I have fixed majority of the issues myself.