Skip to content

Commit

Permalink
fix(config): Move failIce to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed Jan 15, 2025
1 parent 1164ca6 commit 115065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xmpp/JingleSessionPC.js
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ export default class JingleSessionPC extends JingleSession {
* @returns {void}
*/
doInitialize(options) {
this.failICE = Boolean(options.failICE);
this.failICE = Boolean(options.testing?.failICE);
this.lasticecandidate = false;
this.options = options;

Expand Down

0 comments on commit 115065f

Please sign in to comment.