Audio recording in an MTurk task

0

I am developing an Amazon Mturk template to record audio from the workers, and I am using the mediaDevices

   ( navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) =>{), 

that should request the users for permission to use the microphone in the browser, but instead of asking for permissions, it is throwing an "VM52:12 [Violation] Permissions policy violation: microphone is not allowed in this document.".

Is it possible to do an audio recording task through MTurk?

sfilipi
已提問 2 個月前檢視次數 92 次
1 個回答
0

Actually it seems like the site blocks it in the development view, but after you save and publish the task it correctly asks for microphone pemission.

sfilipi
已回答 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南