muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.

Home Page:https://www.webrtc-experiment.com/RecordRTC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari bug not showing permission prompt for screen sharing

michi88 opened this issue · comments

Anyone else getting:

NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.

when using Safari and trying to screen record?

For me this consistently does not work.

This bug might be related: https://bugs.webkit.org/show_bug.cgi?id=259823

Safari Version 17.0 (17616.1.27.111.22, 17616) on Monterey 12.6.9 (21G726)

Anyone else getting:

NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.

when using Safari and trying to screen record?

For me this consistently does not work.

This bug might be related: https://bugs.webkit.org/show_bug.cgi?id=259823

Safari Version 17.0 (17616.1.27.111.22, 17616) on Monterey 12.6.9 (21G726)

Same for me, it fails immediately without showing the permission prompt
Safari 17.1 (17616.2.7.1, 17616) on Monterey 12.7.1

Guys, according to documentation, screen don't work in safari.
image