瀏覽代碼

chore(enableLayerSuspension) remove all enableLayerSuspension references

dev1
Maxence Dalmais 3 年之前
父節點
當前提交
809877b97f

+ 1
- 3
modules/qualitycontrol/SendVideoController.spec.js 查看文件

@@ -52,9 +52,7 @@ class MockConference extends Listenable {
52 52
      */
53 53
     constructor() {
54 54
         super();
55
-        this.options = {
56
-            config: { enableLayerSuspension: true }
57
-        };
55
+        this.options = {};
58 56
         this.activeMediaSession = undefined;
59 57
         this.mediaSessions = [];
60 58
     }

+ 0
- 1
modules/xmpp/JingleSessionPC.js 查看文件

@@ -68,7 +68,6 @@ function getEndpointId(jidOrEndpointId) {
68 68
  * @property {boolean} disableSimulcast - Described in the config.js[1].
69 69
  * @property {boolean} enableInsertableStreams - Set to true when the insertable streams constraints is to be enabled
70 70
  * on the PeerConnection.
71
- * @property {boolean} enableLayerSuspension - Described in the config.js[1].
72 71
  * @property {boolean} failICE - it's an option used in the tests. Set to
73 72
  * <tt>true</tt> to block any real candidates and make the ICE fail.
74 73
  * @property {boolean} gatherStats - Described in the config.js[1].

+ 0
- 5
types/auto/modules/xmpp/JingleSessionPC.d.ts 查看文件

@@ -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.

Loading…
取消
儲存