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,