Browse Source

fix(config): Deprecate capScreenshareBitrate.

j8
Jaya Allamsetty 4 years ago
parent
commit
b536aa035c
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      config.js

+ 4
- 2
config.js View File

59
         // simulcast is turned off for the desktop share. If presenter is turned
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
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
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
62
+        // the probability for this to be enabled. This setting has been deprecated.
63
+        // desktopSharingFrameRate.max now determines whether simulcast will be enabled
64
+        // or disabled for the screenshare.
65
+        // capScreenshareBitrate: 1 // 0 to disable - deprecated.
64
 
66
 
65
         // Enable callstats only for a percentage of users.
67
         // Enable callstats only for a percentage of users.
66
         // This takes a value between 0 and 100 which determines the probability for
68
         // This takes a value between 0 and 100 which determines the probability for

Loading…
Cancel
Save