소스 검색

chore(enableLayerSuspension) remove all enableLayerSuspension references

dev1
Maxence Dalmais 3 년 전
부모
커밋
809877b97f
3개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1
    3
      modules/qualitycontrol/SendVideoController.spec.js
  2. 0
    1
      modules/xmpp/JingleSessionPC.js
  3. 0
    5
      types/auto/modules/xmpp/JingleSessionPC.d.ts

+ 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…
취소
저장