mkfashion-sdk 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/mkfashion.js +1 -1
package/package.json
CHANGED
package/src/mkfashion.js
CHANGED
|
@@ -523,7 +523,7 @@ const mkfashion = {
|
|
|
523
523
|
iframe.style.width = typeof width === 'number' ? `${width}px` : width
|
|
524
524
|
iframe.style.height = typeof height === 'number' ? `${height}px` : height
|
|
525
525
|
iframe.style.border = 'none'
|
|
526
|
-
iframe.setAttribute('allow', 'camera
|
|
526
|
+
iframe.setAttribute('allow', 'camera; microphone')
|
|
527
527
|
iframe.setAttribute('allowfullscreen', 'true')
|
|
528
528
|
return iframe
|
|
529
529
|
},
|