Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparsh-06 authored Jul 18, 2023
1 parent e9117ba commit f09adb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let constraints = {
width:{min:640, ideal:1920, max:1920},
height:{min:480, ideal:1080, max:1080}
},
audio:true
audio:false;
}


Expand Down Expand Up @@ -167,4 +167,4 @@ document.getElementById('mic-btn').addEventListener('click', toggleMic)

window.addEventListener('beforeunload',leaveChannel)

init()
init()

0 comments on commit f09adb8

Please sign in to comment.