Explorar el Código

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

master
Jaya Allamsetty hace 5 años
padre
commit
a31f3c0c76
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      config.js

+ 7
- 0
config.js Ver fichero

@@ -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…
Cancelar
Guardar