ソースを参照

e2ee: update comment

dev1
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()) {

読み込み中…
キャンセル
保存