浏览代码

fix(config): Deprecate capScreenshareBitrate.

j8
Jaya Allamsetty 4 年前
父节点
当前提交
b536aa035c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      config.js

+ 4
- 2
config.js 查看文件

@@ -59,8 +59,10 @@ var config = {
59 59
         // simulcast is turned off for the desktop share. If presenter is turned
60 60
         // on while screensharing is in progress, the max bitrate is automatically
61 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 67
         // Enable callstats only for a percentage of users.
66 68
         // This takes a value between 0 and 100 which determines the probability for

正在加载...
取消
保存