Prechádzať zdrojové kódy

commented out video source

Josh 4 rokov pred
rodič
commit
1d448614d0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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%',