Web应用程序使用实现WebRTC的跨平台视频聊天中的iOS浏览器和Android浏览器浏览器、应用程序、平台、视频

2023-09-05 09:53:01 作者:庸人自扰。

我们正在试图建立一个Web应用程序进行视频聊天,将在浏览器跨平台(台式机,的iOS,Android的)。

We are trying to build a webapp for videochat that will run in a browser across platforms (desktop, iOS, Android).

在这个时候,我们不知道如何在iOS上的浏览器中运行实现WebRTC - 它只能运行在多种桌面浏览器和Chrome为Android(如peerjs)

At this time we are not aware of how to run webRTC in a browser on iOS -- it only runs in several desktop browsers and chrome for Android (e.g. peerjs).

是否有工具来得到实现WebRTC到iOS上的浏览器中运行?是否有工具已建成以创建一个运行实现WebRTC iOS上使用的混合应用程序的方法(工具,专门针对混合动力iOS应用,而不仅仅是实现WebRTC SDK的iOS)?

Are there tools to get webRTC to run in a browser on iOS? Are there tools already built to create a webapp that runs webRTC on iOS by using a hybrid app approach (tools specifically for the hybrid iOS app, not just a webRTC SDK for iOS)?

在实现WebRTC将通过Safari或Chrome浏览器在iOS上的支持?

When webRTC will be supported by Safari or Chrome on iOS?

推荐答案

有像 easyrtc 理论框架允许开发人员编写的应用程序实现WebRTC,而无需担心浏览器的具体问题。 然而,实现WebRTC是相当新的,而不是完全稳定,还没有。 据我所知,实现WebRTC不可靠的iOS和不是为Safari浏览器工作的Chrome浏览器。

There are frameworks like easyrtc theoretically allowing developers to write webRTC apps without needing to worry about browser-specific issues. However, webRTC is quite new and not completely stable, yet. As far as I know, webRTC does not work reliably for Chrome for iOS and not at all for Safari.