Question

Is there an API which I can use to integrate face time in my app?

Didn't find anything on google :(

Was it helpful?

Solution

For the time being, the only thing you can do with Facetime is initiating calls with URLs:

NSURL *url = [NSURL URLWithString:@"facetime://+123456789"];
[[UIApplication sharedApplication] openURL:url];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top