Forum Discussion
JohnVieira-5e4b
6 months agoCommunity Member
Allow microphone error with web object audio recorder
I've been trying to embed an audio recorder into Articulate Storyline like Vocaroo without having it open up in a new window but every time I do it gives an error message saying that it needs microp...
Jürgen_Schoene_
6 months agoCommunity Member
do you have embed the audio recorder with a web object*?
browser restrictions on cross-origin iframe content prevent the microphone from being accessed, unless explicitly allowed via the allow attribute on the iframe.
<iframe src="..." allow=”autoplay; microphone”></iframe>
* = iframe