mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 14:00:43 +00:00
Webcam: Mute audio in realtime playback, closes #195
This commit is contained in:
parent
c11c485e6e
commit
e37b9ae6a0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module.exports = (props) => {
|
|||
if (props.useTheFlash) {
|
||||
video = props.getSWFHTML()
|
||||
} else {
|
||||
video = html`<video class="UppyWebcam-video" autoplay src="${src}"></video>`
|
||||
video = html`<video class="UppyWebcam-video" autoplay muted src="${src}"></video>`
|
||||
}
|
||||
|
||||
const shouldShowRecordButton = props.supportsRecording && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue