Forum Discussion
Jürgen_Schoene_
2 years agoCommunity Member
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
Related Content
- 10 months ago
- 4 months ago