瀏覽代碼

fix: Correct some missing comas in config.js.

master
Дамян Минков 4 年之前
父節點
當前提交
b826fc1d5a
共有 1 個檔案被更改,包括 5 行新增5 行删除
  1. 5
    5
      config.js

+ 5
- 5
config.js 查看文件

123
     // opusMaxAverageBitrate: 20000,
123
     // opusMaxAverageBitrate: 20000,
124
 
124
 
125
     // Enables support for opus-red (redundancy for Opus).
125
     // Enables support for opus-red (redundancy for Opus).
126
-    // enableOpusRed: false
126
+    // enableOpusRed: false,
127
 
127
 
128
     // Video
128
     // Video
129
 
129
 
498
 
498
 
499
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
499
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
500
         // is supported). This setting is deprecated, use preferredCodec instead.
500
         // is supported). This setting is deprecated, use preferredCodec instead.
501
-        // preferH264: true
501
+        // preferH264: true,
502
 
502
 
503
         // Provides a way to set the video codec preference on the p2p connection. Acceptable
503
         // Provides a way to set the video codec preference on the p2p connection. Acceptable
504
         // codec values are 'VP8', 'VP9' and 'H264'.
504
         // codec values are 'VP8', 'VP9' and 'H264'.
540
         // The interval at which rtcstats will poll getStats, defaults to 1000ms.
540
         // The interval at which rtcstats will poll getStats, defaults to 1000ms.
541
         // If the value is set to 0 getStats won't be polled and the rtcstats client
541
         // If the value is set to 0 getStats won't be polled and the rtcstats client
542
         // will only send data related to RTCPeerConnection events.
542
         // will only send data related to RTCPeerConnection events.
543
-        // rtcstatsPolIInterval: 1000
543
+        // rtcstatsPolIInterval: 1000,
544
 
544
 
545
         // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
545
         // Array of script URLs to load as lib-jitsi-meet "analytics handlers".
546
         // scriptURLs: [
546
         // scriptURLs: [
689
     // disableTileView: true,
689
     // disableTileView: true,
690
 
690
 
691
     // Hides the conference subject
691
     // Hides the conference subject
692
-    // hideConferenceSubject: true
692
+    // hideConferenceSubject: true,
693
 
693
 
694
     // Hides the conference timer.
694
     // Hides the conference timer.
695
     // hideConferenceTimer: true,
695
     // hideConferenceTimer: true,
696
 
696
 
697
     // Hides the participants stats
697
     // Hides the participants stats
698
-    // hideParticipantsStats: true
698
+    // hideParticipantsStats: true,
699
 
699
 
700
     // Sets the conference subject
700
     // Sets the conference subject
701
     // subject: 'Conference Subject',
701
     // subject: 'Conference Subject',

Loading…
取消
儲存