Переглянути джерело

fix(config): Add missing config options

factor2
Jaya Allamsetty 6 місяці тому
джерело
коміт
c7cfb5218d
1 змінених файлів з 6 додано та 1 видалено
  1. 6
    1
      config.js

+ 6
- 1
config.js Переглянути файл

509
     // videoQuality: {
509
     // videoQuality: {
510
     //
510
     //
511
     //    // Provides a way to set the codec preference on desktop based endpoints.
511
     //    // Provides a way to set the codec preference on desktop based endpoints.
512
-    //    codecPreferenceOrder: [ 'VP9', 'VP8', 'H264' ],
512
+    //    codecPreferenceOrder: [ 'VP9', 'VP8', 'H264', 'AV1' ],
513
     //
513
     //
514
     //    // Provides a way to set the codec for screenshare.
514
     //    // Provides a way to set the codec for screenshare.
515
     //    screenshareCodec: 'AV1',
515
     //    screenshareCodec: 'AV1',
516
     //    mobileScreenshareCodec: 'VP8',
516
     //    mobileScreenshareCodec: 'VP8',
517
     //
517
     //
518
+    //    // Enables the adaptive mode in the client that will make runtime adjustments to selected codecs and received
519
+    //    // videos for a better user experience. This mode will kick in only when CPU overuse is reported in the
520
+    //    // WebRTC statistics for the outbound video streams.
521
+    //    enableAdaptiveMode: false,
522
+    //
518
     //    // Codec specific settings for scalability modes and max bitrates.
523
     //    // Codec specific settings for scalability modes and max bitrates.
519
     //    av1: {
524
     //    av1: {
520
     //      maxBitratesVideo: {
525
     //      maxBitratesVideo: {

Завантаження…
Відмінити
Зберегти