From c7cfb5218d368faf2381e5042d19448d5cf86f3b Mon Sep 17 00:00:00 2001 From: Jaya Allamsetty Date: Tue, 10 Dec 2024 14:43:43 -0500 Subject: [PATCH] fix(config): Add missing config options --- config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 05d4194a14..c6cfce0fca 100644 --- a/config.js +++ b/config.js @@ -509,12 +509,17 @@ var config = { // videoQuality: { // // // Provides a way to set the codec preference on desktop based endpoints. - // codecPreferenceOrder: [ 'VP9', 'VP8', 'H264' ], + // codecPreferenceOrder: [ 'VP9', 'VP8', 'H264', 'AV1' ], // // // Provides a way to set the codec for screenshare. // screenshareCodec: 'AV1', // mobileScreenshareCodec: 'VP8', // + // // Enables the adaptive mode in the client that will make runtime adjustments to selected codecs and received + // // videos for a better user experience. This mode will kick in only when CPU overuse is reported in the + // // WebRTC statistics for the outbound video streams. + // enableAdaptiveMode: false, + // // // Codec specific settings for scalability modes and max bitrates. // av1: { // maxBitratesVideo: {