是否可以在以编程方式发起的电话呼叫中使用扬声器?

发布于 2024-10-09 17:49:19 字数 257 浏览 6 评论 0原文

我正在使用以下 iPhone SDK 代码以编程方式发起电话呼叫:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"12345678"]];

呼叫发起得很好,我的问题是是否可以以编程方式将扬声器设置为此发起电话呼叫的音频源?

我想要实现的是,将发起呼叫并自动使用 iPhone 扬声器作为呼叫音频源。

感谢您的帮助!

I'm using the following iPhone SDK code to initiate a phone call programmatically:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"12345678"]];

The call is initiated just fine, my question is if it's possible to programmatically set the speaker as the audio source for this initiated phone call?

What I'm trying to achieve is that the call will be initiated and automatically use the iPhone speaker as the call audio source.

Thanks for the help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夕色琉璃 2024-10-16 17:49:19

那是不可能的。您只能使用您描述的方法发起调用,但如果没有私有 api,您将无法执行任何其他操作。

That's not possible. You can only initiate calls using the method you described but you can't do anything else without private api.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文