Selaa lähdekoodia

commented out video source

Josh 4 vuotta sitten
vanhempi
commit
1d448614d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/views/meet.blade.php

+ 1 - 1
resources/views/meet.blade.php

@@ -349,7 +349,7 @@
 
                     // initialize the publisher
                     var publisherOptions = {
-                        videoSource: canvas.captureStream(1).getVideoTracks()[0], // TODO: Comment this line to use webcam
+                       // videoSource: canvas.captureStream(1).getVideoTracks()[0], // TODO: Comment this line to use webcam
                         insertMode: 'append',
                         width: '100%',
                         height: '100%',