0

In my application, I am using Sinch API for audio and Video call functionality. it's working fine.

But I want to implement UI for the Incoming audio call is like normal phone call UI (like WhatsApp audio call) when the application is not in foreground state (application is in "Background/Inactive/Terminated").

So I want's to know, is Sinch API support CallKit framework or not? if Not then is there any other way to implement this functionality with Sinch API?

jscs
  • 63,694
  • 13
  • 151
  • 195
Bhavesh Patel
  • 596
  • 4
  • 17

1 Answers1

1

Yes Sinch support CallKit. I used it in my iOS app. link for news

for run application in Background/Inactive/Terminated state first you must upload APNS certificates, one for each type - Development, Production & VoIP Services of your app to Sinch server.

enter image description here

Bijender Singh Shekhawat
  • 3,934
  • 2
  • 30
  • 36