是否有API可用于在我的应用程序中集成面对面时间?
在谷歌上没有找到任何东西:(
发布于 2010-11-12 18:06:59
目前,你对Facetime唯一能做的就是通过URL发起呼叫:
NSURL *url = [NSURL URLWithString:@"facetime://+123456789"];
[[UIApplication sharedApplication] openURL:url];https://stackoverflow.com/questions/4163379
复制相似问题