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