Ver código fonte

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

master
bgrozev 3 anos atrás
pai
commit
586ad30ed4
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      config.js

+ 5
- 0
config.js Ver arquivo

@@ -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.

Carregando…
Cancelar
Salvar