소스 검색

Update index.html

Alan Yeung 2 년 전
부모
커밋
551a719f27
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      web/Recorder/index.html

+ 3 - 1
web/Recorder/index.html

@@ -353,7 +353,9 @@
                 navigator.mediaDevices.getDisplayMedia({
                         displaySurface: 'monitor',
                         logicalSurface: true,
-                        cursor: 'always'
+                        cursor: 'always',
+                        video: true,
+                        audio: true
                     }).then(function(camera) {
                     callback(camera);
                 }).catch(function(error) {