From e37b9ae6a0bfb8e63e5544568e2245d393ccff19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 13 May 2017 11:24:24 +0200 Subject: [PATCH] Webcam: Mute audio in realtime playback, closes #195 --- src/plugins/Webcam/CameraScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Webcam/CameraScreen.js b/src/plugins/Webcam/CameraScreen.js index 65e9eb0dd..53c8a5b46 100644 --- a/src/plugins/Webcam/CameraScreen.js +++ b/src/plugins/Webcam/CameraScreen.js @@ -13,7 +13,7 @@ module.exports = (props) => { if (props.useTheFlash) { video = props.getSWFHTML() } else { - video = html`` + video = html`` } const shouldShowRecordButton = props.supportsRecording && (