瀏覽代碼

e2ee: update comment

master
Saúl Ibarra Corretgé 5 年之前
父節點
當前提交
84288bd2a2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      modules/RTC/RTC.js

+ 2
- 2
modules/RTC/RTC.js 查看文件

@@ -517,8 +517,8 @@ export default class RTC extends Listenable {
517 517
         if (options.enableInsertableStreams) {
518 518
             logger.debug('E2EE - setting insertable streams constraints');
519 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 524
         if (browser.supportsSdpSemantics()) {

Loading…
取消
儲存