Reputation: 29
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
Reputation: 21805
You can't disconnect the OS call programmatically.
No public API is provided by Apple for doing so.
Upvotes: 1