简体   繁体   English

是否可以在没有插件的情况下从Mobile Safari发起到专有服务的语音呼叫(即,不是PSTN)?

[英]Is it possible to initiate a voice call from Mobile Safari to a proprietary service (i.e., not PSTN) with no plug-ins?

We assume the answer is no. 我们认为答案是否定的。 However, all SO questions are either dated or based on desktop browsers. 但是,所有SO问题都已过时或基于桌面浏览器。

We're aware of WebRTC, but it's not supported in Mobile Safari today. 我们知道WebRTC,但今天的Mobile Safari不支持它。 Is there any other approach? 还有其他方法吗?

To clarify the scenario, imagine we had a service like Skype. 为了澄清这种情况,假设我们有像Skype这样的服务。 Instead of requiring both parties to have the app, we would like one side to use a mobile browser to have phone calls. 我们不希望双方都拥有该应用程序,而是希望一方使用移动浏览器来拨打电话。

No, you cannot. 你不能。 Not without plugins. 不是没有插件。 If you want to place calls from a browser to any other client, you must use WebRTC for full support (media transport + media devices access) or you have to use a plugin to access the media devices and to do the transport (eg Flash). 如果要从浏览器向任何其他客户端发出呼叫,则必须使用WebRTC以获得全面支持(媒体传输+媒体设备访问),或者必须使用插件来访问媒体设备并进行传输(例如Flash) 。

As Mobile Safari still don't have WebRTC... 由于Mobile Safari仍然没有WebRTC ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone / iPad导出Eclipse插件 - iPhone/iPad export Eclipse Plug-ins 如何使用自定义插件测试iPhone PhoneGap应用 - How to test iPhone PhoneGap app with custom plug-ins 如何在移动 Safari 中为 web 应用计算可视区域的高度(即窗口高度减去地址和书签栏)? - How to calculate height of viewable area (i.e., window height minus address & bookmark bars) in mobile Safari for web app? 是否可以在Apple设备(例如Iphone,Ipad)上跟踪Cookie等 - Is it possible to track cookies etc on an Apple Device i.e. Iphone, Ipad 是否可以使用仪器从移动浏览器中捕获站点的屏幕? - Is it possible to use instrument to capture screen of a site from mobile safari? 语音合成无法让移动 safari 改变声音 - speech synthesis can't get mobile safari to change voice UIBarButtonItem标签的NSArray(即NSInteger) - NSArray of UIBarButtonItem Tag (i.e. NSInteger) 从iPhone网站发起电话 - To initiate a phone call from iphone websites 是否可以在iphone中启动另一个应用程序? - Is possible to initiate a app from another in iphone? 如何从iOS 10中收到的有效载荷中设置操作按钮(即UNNotificationAction)标题 - how to set Action Button (i.e. UNNotificationAction) Title from payload received in iOS 10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM