Browse Source

e2ee: update comment

master
Saúl Ibarra Corretgé 5 years ago
parent
commit
84288bd2a2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      modules/RTC/RTC.js

+ 2
- 2
modules/RTC/RTC.js View File

517
         if (options.enableInsertableStreams) {
517
         if (options.enableInsertableStreams) {
518
             logger.debug('E2EE - setting insertable streams constraints');
518
             logger.debug('E2EE - setting insertable streams constraints');
519
             iceConfig.encodedInsertableStreams = true;
519
             iceConfig.encodedInsertableStreams = true;
520
-            iceConfig.forceEncodedAudioInsertableStreams = true; // legacy, to be removed in M85.
521
-            iceConfig.forceEncodedVideoInsertableStreams = true; // legacy, to be removed in M85.
520
+            iceConfig.forceEncodedAudioInsertableStreams = true; // legacy, to be removed in M88.
521
+            iceConfig.forceEncodedVideoInsertableStreams = true; // legacy, to be removed in M88.
522
         }
522
         }
523
 
523
 
524
         if (browser.supportsSdpSemantics()) {
524
         if (browser.supportsSdpSemantics()) {

Loading…
Cancel
Save