瀏覽代碼

fix(config): Add testing flag for Av1 support.

factor2
Jaya Allamsetty 1 年之前
父節點
當前提交
14a23f800b
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      config.js

+ 3
- 0
config.js 查看文件

84
         // issues related to insertable streams.
84
         // issues related to insertable streams.
85
         // disableE2EE: false,
85
         // disableE2EE: false,
86
 
86
 
87
+        // Enables supports for AV1 codec.
88
+        // enableAv1: false,
89
+
87
         // Enables XMPP WebSocket (as opposed to BOSH) for the given amount of users.
90
         // Enables XMPP WebSocket (as opposed to BOSH) for the given amount of users.
88
         // mobileXmppWsThreshold: 10, // enable XMPP WebSockets on mobile for 10% of the users
91
         // mobileXmppWsThreshold: 10, // enable XMPP WebSockets on mobile for 10% of the users
89
 
92
 

Loading…
取消
儲存