Skip to content

Commit b7a527c

Browse files
committed
Allow microphone access to the builder's iframe
1 parent da4c207 commit b7a527c

File tree

1 file changed

+1
-0
lines changed
  • aidbox-forms-builder-flutter-web/lib

1 file changed

+1
-0
lines changed

aidbox-forms-builder-flutter-web/lib/main.dart

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class AidboxBuilderWidget extends StatelessWidget {
3535
url,
3636
(int viewId) => html.IFrameElement()
3737
..src = url
38+
..allow = 'microphone *'
3839
..style.border = 'none'
3940
..style.height = '100%'
4041
..style.width = '100%',

0 commit comments

Comments
 (0)