Skip to content

Commit

Permalink
feature change
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhjot-msft committed Sep 10, 2024
1 parent 3416ad1 commit bf86da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/config/babel/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bf86da2

Please sign in to comment.