From a3b26597c75ff74541bef6a63f9cebd9f0abad67 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 14 Nov 2024 17:15:58 -0600 Subject: [PATCH] squash: Update default configs. --- tests/helpers/Participant.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/helpers/Participant.ts b/tests/helpers/Participant.ts index 94961a832b2..a4bd29d90c0 100644 --- a/tests/helpers/Participant.ts +++ b/tests/helpers/Participant.ts @@ -37,8 +37,7 @@ export class Participant { testing: { testMode: true }, - disableAEC: true, - disableNS: true, + disableAP: true, disable1On1Mode: true, disableModeratorIndicator: true, enableTalkWhileMuted: false,