Srinivas G
Srinivas G

Reputation: 339

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?

Upvotes: 5

Views: 10443

Answers (1)

rckoenes
rckoenes

Reputation: 69469

There is no FaceTime api in the offical API.

You can use the the facetime url scheme:

facetime://

Upvotes: 10

Related Questions