Is there any FaceTime API for iPhone developers?
Asked Answered
S

1

5

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?

Symposiarch answered 12/4, 2011 at 7:41 Comment(0)
R
10

There is no FaceTime api in the offical API.

You can use the the facetime url scheme:

facetime://

Rhodolite answered 12/4, 2011 at 7:50 Comment(5)
Thanks for the response,I agree with you. Is there any alternative to get the video call instead of facetime like thrid party sdks, since facetime doesnot have an API.Symposiarch
No there isn't any available API for facetime in iOS 5 SDkRhodolite
Can you call specific users with the url scheme?Josefjosefa
The FaceTime URL scheme is also undocumented and therefore considered private by Apple. Your app will be rejected when using the FaceTime URL scheme.Myall
@Myall It is not the case as of now.developer.apple.com/library/content/featuredarticles/…Armallas

© 2022 - 2024 — McMap. All rights reserved.