From 9179a67f64ee9cfa615748933049070cc4d69803 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 21 Nov 2022 22:59:41 +0200 Subject: [PATCH] LH-265: Enable audio on video server --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index affb71b..5c3d177 100644 --- a/public/index.js +++ b/public/index.js @@ -135,7 +135,7 @@ const streamSuccess = (stream) => { const getLocalStream = () => { console.log('[getLocalStream]'); navigator.mediaDevices.getUserMedia({ - audio: false, + audio: true, video: { width: { min: 640,