From bf86da2d84ab41c8e676f0ffd68bc171978dd5ea Mon Sep 17 00:00:00 2001 From: prabhjot-msft <97124699+prabhjot-msft@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:31:17 +0000 Subject: [PATCH] feature change --- common/config/babel/features.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/config/babel/features.js b/common/config/babel/features.js index 377b4546c9a..95969fc981a 100644 --- a/common/config/babel/features.js +++ b/common/config/babel/features.js @@ -24,9 +24,7 @@ module.exports = { // Feature for remote UFD "remote-ufd", // Feature for showing dtmp dialer by default - "dtmf-dialer-on-by-default", - // Deep Noise Suppression feature - "DNS" + "dtmf-dialer-on-by-default" ], beta: [ "call-readiness", @@ -80,7 +78,9 @@ module.exports = { // feature for tracking the callParticipantsLocator "call-participants-locator", // feature for breakout rooms - "breakout-rooms" + "breakout-rooms", + // Deep Noise Suppression feature + "DNS" ], stable: [ // Demo feature. Used in live-documentation of conditional compilation.