Fix streams starting out with audio muted

This commit is contained in:
Max Goodhart
2020-11-13 18:48:00 -08:00
parent 68c16f3d50
commit dbe63c6aef

View File

@@ -241,6 +241,8 @@ async function findVideo(kind) {
console.log('video started')
}
video.muted = false
const info = {
title: document.title,
}