1

Is there any new API available with IOS 5 to use FaceTime with our application ?

As till iOS 4 the API's were not available and I didn't find any api till so , is there any way to use it EXCEPT NSUrl method.

thanks,

V.V
  • 3,082
  • 7
  • 49
  • 83

1 Answers1

3

No there is not, you can only start facetime by it URL sheme: facetime:

If you go to the iOS Developer Library you can search there for facetime. you will see no API results for facetime.

rckoenes
  • 69,092
  • 8
  • 134
  • 166