LH-265: Enable audio on video server
This commit is contained in:
parent
75d0e3aee7
commit
df3482ac15
@ -135,7 +135,7 @@ const streamSuccess = (stream) => {
|
||||
const getLocalStream = () => {
|
||||
console.log('[getLocalStream]');
|
||||
navigator.mediaDevices.getUserMedia({
|
||||
audio: false,
|
||||
audio: true,
|
||||
video: {
|
||||
width: {
|
||||
min: 640,
|
||||
|
Loading…
Reference in New Issue
Block a user