瀏覽代碼

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…
取消
儲存