Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any FaceTime API for iPhone developers?

I am developing an application having FaceTime feature. How do I know when both are connected/disconnected using FaceTime? I need to restrict the call duration and also I don't want to show others FaceTime ID when it is getting connected because of security reasons. Is there any delegate to know those details? Could anyone give some idea to get it?

like image 973
Srinivas G Avatar asked Apr 12 '11 07:04

Srinivas G


1 Answers

There is no FaceTime api in the offical API.

You can use the the facetime url scheme:

facetime://

like image 98
rckoenes Avatar answered Oct 02 '22 12:10

rckoenes