VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

Background Calls #230

Open piyush-ebizz opened 3 years ago

piyush-ebizz commented 3 years ago

I am having issues with incoming calls while the app is in the background. What is the procedure to get the incoming calls even if the app is in the background. please help me with this. Thank you in advance.

fukemy commented 3 years ago

did u fond any solution

ismaiI1 commented 3 years ago

You have to use CallKit and PushKit. You can find a lot of tutorial for integration

fukemy commented 3 years ago

this library use it's own CallKitProviderDelegate, we can not use it for our purpose, any ideals?