Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 API 可用于在我的应用程序中集成面部时间?
在谷歌上没有找到任何东西:(
目前,您可以使用 Facetime 做的唯一事情是使用 URL 发起呼叫:
NSURL *url = [NSURL URLWithString:@"facetime://+123456789"]; [[UIApplication sharedApplication] openURL:url];