Преглед на файлове

Use actual video (instead of canvas)

Vijayakrishnan Krishnan преди 4 години
родител
ревизия
2d3b07acea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/app/video/call.blade.php

+ 1 - 1
resources/views/app/video/call.blade.php

@@ -315,7 +315,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%',