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

后端 未结 3 1033
误落风尘
误落风尘 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 14:04

    Update as of June 2017: WebRTC and getUserMedia are available in WebKit since iOS 11.

    See also: Release notes from Safari 11.0

    New in Safari 11.0 – Support for real-time communication using WebRTC.

    New in Safari 11.0 – Camera and microphone access. Added support for the Media Capture API. Added ability for websites to access camera and microphone streams from a user's device (user permission is required.)

提交回复
热议问题