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