Fixed: Updated the iframe allow property in the SelectUsingWayModal component to add support for microphones. (#4583)
This commit is contained in:
parent
ccd1fd680a
commit
ab059d105c
@ -90,7 +90,7 @@ const SelectUsingWayModal = ({ share, onClose }: { share: OutLinkSchema; onClose
|
||||
src="${linkUrl}"
|
||||
style="width: 100%; height: 100%;"
|
||||
frameborder="0"
|
||||
allow="*"
|
||||
allow="microphone *; *"
|
||||
/>`
|
||||
},
|
||||
[UsingWayEnum.script]: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user