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
asked 2 months ago81 views
1 Answer
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
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions