Просмотр исходного кода

fix(config): Deprecate capScreenshareBitrate.

j8
Jaya Allamsetty 4 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить