Skip to content

Commit

Permalink
fix(config): Add missing capScreenshareBitrate to config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jallamsetty1 committed May 29, 2020
1 parent af39186 commit a31f3c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ var config = {
// Disables the auto-play behavior of *all* newly created video element.
// This is useful when the client runs on a host with limited resources.
// noAutoPlayVideo: false

// Enable / disable 500 Kbps bitrate cap on desktop tracks. When enabled,
// simulcast is turned off for the desktop share. If presenter is turned
// on while screensharing is in progress, the max bitrate is automatically
// adjusted to 2.5 Mbps. This takes a value between 0 and 1 which determines
// the probability for this to be enabled.
// capScreenshareBitrate: 1 // 0 to disable
},

// Disables ICE/UDP by filtering out local and remote UDP candidates in
Expand Down

0 comments on commit a31f3c0

Please sign in to comment.