Skip to content

Commit

Permalink
Add microphone support in embedded apps (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dmatthews authored Sep 27, 2024
1 parent 84b4e49 commit d123c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Cloud = ({ name, path, query, height, domain, stylePlaceholder }) => {
<section className="overflow-hidden rounded-xl border border-gray-40 my-4 flex flex-col">
<iframe
src={frameSrc}
allow="camera;clipboard-read;clipboard-write;"
allow="camera;microphone;clipboard-read;clipboard-write;"
loading="lazy"
className="w-full"
style={style}
Expand Down

0 comments on commit d123c4b

Please sign in to comment.