We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4c207 commit b7a527cCopy full SHA for b7a527c
aidbox-forms-builder-flutter-web/lib/main.dart
@@ -35,6 +35,7 @@ class AidboxBuilderWidget extends StatelessWidget {
35
url,
36
(int viewId) => html.IFrameElement()
37
..src = url
38
+ ..allow = 'microphone *'
39
..style.border = 'none'
40
..style.height = '100%'
41
..style.width = '100%',
0 commit comments