Reply To: Help with recording audio?

PennController for IBEX Forums Support Help with recording audio? Reply To: Help with recording audio?

#10581
Jeremy
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 11 months, 2 weeks ago by Jeremy. Reason: changed setConsent for consent