LH-265: Enable audio on video server

This commit is contained in:
Sergiu Toma 2022-11-21 23:02:49 +02:00
parent 75d0e3aee7
commit df3482ac15
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ const streamSuccess = (stream) => {
const getLocalStream = () => {
console.log('[getLocalStream]');
navigator.mediaDevices.getUserMedia({
audio: false,
audio: true,
video: {
width: {
min: 640,