From df3482ac15ab541a3298e61b08a165eb4ff76772 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 21 Nov 2022 23:02:49 +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,