|
|
@@ -54,6 +54,13 @@ var config = {
|
|
54
|
54
|
// Disables the auto-play behavior of *all* newly created video element.
|
|
55
|
55
|
// This is useful when the client runs on a host with limited resources.
|
|
56
|
56
|
// noAutoPlayVideo: false
|
|
|
57
|
+
|
|
|
58
|
+ // Enable / disable 500 Kbps bitrate cap on desktop tracks. When enabled,
|
|
|
59
|
+ // simulcast is turned off for the desktop share. If presenter is turned
|
|
|
60
|
+ // on while screensharing is in progress, the max bitrate is automatically
|
|
|
61
|
+ // adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
|
|
|
62
|
+ // the probability for this to be enabled.
|
|
|
63
|
+ // capScreenshareBitrate: 1 // 0 to disable
|
|
57
|
64
|
},
|
|
58
|
65
|
|
|
59
|
66
|
// Disables ICE/UDP by filtering out local and remote UDP candidates in
|