Chandana
Chandana

Reputation: 29

Programmatically disconnect the call through iOS app

I have requirement to make a call from my iOS app and disconnect it after a particular time period say 20 secs.

I was able to make the call successfully using tel://, how to achieve call disconnection through code?

Upvotes: 0

Views: 130

Answers (1)

Shubhank
Shubhank

Reputation: 21805

You can't disconnect the OS call programmatically.

No public API is provided by Apple for doing so.

Upvotes: 1

Related Questions