Safari and Recording Audio — HTML Media Capture / getUserMedia()

前端 未结 3 1623
小蘑菇
小蘑菇 2021-01-01 06:24

It looks like getUserMedia() is now the way to go for capturing audio recordings from a user.

But that leaves out Safari and iOS Safari.

Originally I had at

3条回答
  •  一整个雨季
    2021-01-01 06:51

    UPDATE: New in Safari 11.0 (iOS 11) – 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.)

    https://developer.apple.com/library/archive/releasenotes/General/WhatsNewInSafari/Articles/Safari_11_0.html

提交回复
热议问题