소스 검색

feat(config) add testing.setScreenSharingResolutionConstraints to config.js

master
bgrozev 3 년 전
부모
커밋
586ad30ed4
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      config.js

+ 5
- 0
config.js 파일 보기

@@ -69,6 +69,11 @@ var config = {
69 69
         // or disabled for the screenshare.
70 70
         // capScreenshareBitrate: 1 // 0 to disable - deprecated.
71 71
 
72
+        // Whether to use fake constraints (height: 99999, width: 99999) when calling getDisplayMedia on
73
+        // Chromium based browsers. This is intended as a workaround for
74
+        // https://bugs.chromium.org/p/chromium/issues/detail?id=1056311
75
+        // setScreenSharingResolutionConstraints: true
76
+
72 77
         // Enable callstats only for a percentage of users.
73 78
         // This takes a value between 0 and 100 which determines the probability for
74 79
         // the callstats to be enabled.

Loading…
취소
저장