- From: alex2snikers <notifications@github.com>
- Date: Tue, 09 Nov 2021 08:50:24 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 November 2021 16:50:37 UTC
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