Forum Discussion

Re: Allow microphone error with web object audio recorder

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

No RepliesBe the first to reply