|
@@ -56,8 +56,6 @@ const DEFAULT_MAX_STATS = 300;
|
56
|
56
|
* @property {boolean} p2p.preferH264 - Described in the config.js[1].
|
57
|
57
|
* @property {boolean} preferH264 - Described in the config.js[1].
|
58
|
58
|
* @property {Object} testing - Testing and/or experimental options.
|
59
|
|
- * @property {boolean} testing.enableFirefoxSimulcast - Described in the
|
60
|
|
- * config.js[1].
|
61
|
59
|
* @property {boolean} webrtcIceUdpDisable - Described in the config.js[1].
|
62
|
60
|
* @property {boolean} webrtcIceTcpDisable - Described in the config.js[1].
|
63
|
61
|
*
|
|
@@ -316,8 +314,6 @@ export default class JingleSessionPC extends JingleSession {
|
316
|
314
|
= options.disableSimulcast
|
317
|
315
|
|| (options.preferH264 && !options.disableH264);
|
318
|
316
|
pcOptions.preferH264 = options.preferH264;
|
319
|
|
- pcOptions.enableFirefoxSimulcast
|
320
|
|
- = options.testing && options.testing.enableFirefoxSimulcast;
|
321
|
317
|
pcOptions.enableLayerSuspension = options.enableLayerSuspension;
|
322
|
318
|
|
323
|
319
|
// disable simulcast for screenshare and set the max bitrate to
|