Skip to content

Commit bf86da2

Browse files
committed
feature change
1 parent 3416ad1 commit bf86da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/config/babel/features.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ module.exports = {
2424
// Feature for remote UFD
2525
"remote-ufd",
2626
// Feature for showing dtmp dialer by default
27-
"dtmf-dialer-on-by-default",
28-
// Deep Noise Suppression feature
29-
"DNS"
27+
"dtmf-dialer-on-by-default"
3028
],
3129
beta: [
3230
"call-readiness",
@@ -80,7 +78,9 @@ module.exports = {
8078
// feature for tracking the callParticipantsLocator
8179
"call-participants-locator",
8280
// feature for breakout rooms
83-
"breakout-rooms"
81+
"breakout-rooms",
82+
// Deep Noise Suppression feature
83+
"DNS"
8484
],
8585
stable: [
8686
// Demo feature. Used in live-documentation of conditional compilation.

0 commit comments

Comments
 (0)