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