You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a quick hand, I made an incomplete thing that prevents to initialize any capture devices: Wohlstand@1ad2810
Primarily it's need on modern macOS to prevent it to request "permission for microphone" which is actually not needed by me at all (and I don't even use any capture devices at all). However, this seems to be a workaround rather than a true solution of "microphone permission problem".
Maybe instead, don't initialize any capture devices before the first request on macOS especially?