Skip to content

Commit

Permalink
Enable audio by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbaloe authored Aug 2, 2019
1 parent 4c762ef commit 318775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

// Start
navigator.mediaDevices.getUserMedia({
// audio: true, // I work on a Raspbian, which has troubles with the audio, enable for audio
audio: true,
video: true
}).then(function (stream) {
localVideo.srcObject = stream;
Expand Down

0 comments on commit 318775d

Please sign in to comment.