问题描述
有没有办法在iPhone上以编程方式进行电话会议?
Is there a way to make a conference call programmatically on the IPhone ?
我希望能够与A和B进行通话,将两者连接起来,然后放下我自己,让两方继续对话。
I want to be able to place a call to persons A and B, connecting both, and then dropping myself and let the two parties continue the conversation.
有可能吗?
推荐答案
不可能。应用程序可以通过 UIApplication
上的 -openURL:
方法拨打一个电话号码,但是一旦调用这样,它就会进入后台,然后由Phone应用程序接管。
Not possible. An app can place a call to a single phone number, via the -openURL:
method on UIApplication
, but once it does that, it goes into the background and the Phone app takes over.
另外,听起来好像您正在尝试制作一个恶作剧应用程序,这是违反了《 App Store审查指南》的 22.6 部分:
Also, it sounds as if you’re trying to make a prank-calling app, which is in violation of section 22.6 of the App Store Review Guidelines:
这篇关于以编程方式在iPhone上发起电话会议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!