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 はありますか?
Googleで何も見つかりませんでした:(
今のところ、Facetimeでできることは、URLを使って通話を開始することだけです。
NSURL *url = [NSURL URLWithString:@"facetime://+123456789"]; [[UIApplication sharedApplication] openURL:url];