Skip to content

Commit 115065f

Browse files
committed
fix(config): Move failIce to testing
1 parent 1164ca6 commit 115065f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xmpp/JingleSessionPC.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ export default class JingleSessionPC extends JingleSession {
12201220
* @returns {void}
12211221
*/
12221222
doInitialize(options) {
1223-
this.failICE = Boolean(options.failICE);
1223+
this.failICE = Boolean(options.testing?.failICE);
12241224
this.lasticecandidate = false;
12251225
this.options = options;
12261226

0 commit comments

Comments
 (0)