Re: [w3c/ServiceWorker] Capturing Audio and Webcam within Service Worker (Issue #1613)

I know only one way to ask for Webcam/Audio permissions is using getUserMedia() (ex. navigator.mediaDevices.getUserMedia({video: true}); )

But there is no way for using it within Service Worker, can you say how can I ask the window to do getUserMedia() through the postMessage()? 



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1613#issuecomment-964337765

Received on Tuesday, 9 November 2021 16:50:37 UTC