Browse Source

fix(config): Move failIce to testing

release-8443
Hristo Terezov 9 months ago
parent
commit
115065fce4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/xmpp/JingleSessionPC.js

+ 1
- 1
modules/xmpp/JingleSessionPC.js View File

1220
      * @returns {void}
1220
      * @returns {void}
1221
      */
1221
      */
1222
     doInitialize(options) {
1222
     doInitialize(options) {
1223
-        this.failICE = Boolean(options.failICE);
1223
+        this.failICE = Boolean(options.testing?.failICE);
1224
         this.lasticecandidate = false;
1224
         this.lasticecandidate = false;
1225
         this.options = options;
1225
         this.options = options;
1226
 
1226
 

Loading…
Cancel
Save