|
@@ -8,7 +8,6 @@
|
8
|
8
|
* @property {boolean} disableSimulcast - Described in the config.js[1].
|
9
|
9
|
* @property {boolean} enableInsertableStreams - Set to true when the insertable streams constraints is to be enabled
|
10
|
10
|
* on the PeerConnection.
|
11
|
|
- * @property {boolean} enableLayerSuspension - Described in the config.js[1].
|
12
|
11
|
* @property {boolean} failICE - it's an option used in the tests. Set to
|
13
|
12
|
* <tt>true</tt> to block any real candidates and make the ICE fail.
|
14
|
13
|
* @property {boolean} gatherStats - Described in the config.js[1].
|
|
@@ -651,10 +650,6 @@ export type JingleSessionPCOptions = {
|
651
|
650
|
* on the PeerConnection.
|
652
|
651
|
*/
|
653
|
652
|
enableInsertableStreams: boolean;
|
654
|
|
- /**
|
655
|
|
- * - Described in the config.js[1].
|
656
|
|
- */
|
657
|
|
- enableLayerSuspension: boolean;
|
658
|
653
|
/**
|
659
|
654
|
* - it's an option used in the tests. Set to
|
660
|
655
|
* <tt>true</tt> to block any real candidates and make the ICE fail.
|