7
votes

When my VoIP app receives a call with CallKit, iOS shows the native system call UI.

How can I show this native call view also for outgoing calls?

1
Do you really need to do this using CallKit? Because you can make outgoing calls programmatically by tapping into native phone app now.. see this thread: stackoverflow.com/questions/4929717/…ymotov
@ymotov My question is not about how to start a call. I want to see the iOS native call UI whenever there is a call running. Also when started from within the app by dialing or by tapping from the native app.funkenstrahlen
I want to start a sip call with my app. Not a normal mobile call.funkenstrahlen
got it.. I misunderstood then.ymotov

1 Answers

8
votes

There is not currently a way to immediately show the system's native in-call UI upon dialing an outgoing call from a CallKit VoIP app. However, this native UI is shown if the user locks their device while the VoIP call is ongoing.