Hello,
I’m running into an issue when I try to reset the consent message on the InitiateRecorder trial. Every time I do, I get the following error message at the start of the experiment: “The following error occurred: TypeError: Failed to execute ‘getUserMedia’ on ‘MediaDevices’: At least one of audio and video must be requested”.
For reference, here’s how the InitiateRecorder trial is currently specified:
InitiateRecorder("https://my.server/myExperiment/myFile.php",
"Цей експеримент збирає аудіозаписи. Щойно ви надасте йому доступ до свого пристрою запису, ви отримаєте сповіщення про те, чи записують вас, за допомогою мітки у верхній частині сторінки.")
.label("init")
.setConsent("I Consent");
Oddly, everything seems to work just fine if I don’t try to modify the setConsent() command… Any ideas what might be going on there?
Thanks very much!
Shayne
-
This topic was modified 1 year, 4 months ago by ssloggett.