Browse Source

fix(config): Add missing capScreenshareBitrate to config.js

master
Jaya Allamsetty 5 years ago
parent
commit
a31f3c0c76
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      config.js

+ 7
- 0
config.js View File

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

Loading…
Cancel
Save