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
demandé il y a 2 mois92 vues
1 réponse
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
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions