|
@@ -509,12 +509,17 @@ var config = {
|
509
|
509
|
// videoQuality: {
|
510
|
510
|
//
|
511
|
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
|
514
|
// // Provides a way to set the codec for screenshare.
|
515
|
515
|
// screenshareCodec: 'AV1',
|
516
|
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
|
523
|
// // Codec specific settings for scalability modes and max bitrates.
|
519
|
524
|
// av1: {
|
520
|
525
|
// maxBitratesVideo: {
|