PennController for IBEX › Forums › Support › Help with recording audio? › Reply To: Help with recording audio?
May 13, 2023 at 4:20 am
#10581
Keymaster
[ EDIT : changed setConsent for consent ]
Hi,
You can use .consent on InitiateRecorder() to change the consent message:
InitiateRecorder("https://myserver/uploadVoices/saveRecordings.php"
,
"<b><center>RESEARCHER, click on the button below to <b style=color:red;>authorize</b> audio recording in the browser 👇</b></center>"
).label("first-trial")
.consent("I Consent")
Regarding the error message, you could use the hack described in this post to replace the message
Jeremy
-
This reply was modified 2 years, 6 months ago by
Jeremy. Reason: changed setConsent for consent