WebApp using webRTC for cross-platform videochat in iOS Browser and Android Chrome

后端 未结 3 1035
误落风尘
误落风尘 2020-12-14 13:14

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

At this time we are not aware of how to run webRTC

3条回答
  •  死守一世寂寞
    2020-12-14 13:56

    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.

提交回复
热议问题