From 586ad30ed45756ea1d4305bfa844d3e6bae95725 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Wed, 27 Apr 2022 02:25:48 -0500 Subject: [PATCH] feat(config) add testing.setScreenSharingResolutionConstraints to config.js --- config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.js b/config.js index 8e4c5bc23..3cab43dad 100644 --- a/config.js +++ b/config.js @@ -69,6 +69,11 @@ var config = { // or disabled for the screenshare. // capScreenshareBitrate: 1 // 0 to disable - deprecated. + // Whether to use fake constraints (height: 99999, width: 99999) when calling getDisplayMedia on + // Chromium based browsers. This is intended as a workaround for + // https://bugs.chromium.org/p/chromium/issues/detail?id=1056311 + // setScreenSharingResolutionConstraints: true + // Enable callstats only for a percentage of users. // This takes a value between 0 and 100 which determines the probability for // the callstats to be enabled.