We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3416ad1 commit bf86da2Copy full SHA for bf86da2
common/config/babel/features.js
@@ -24,9 +24,7 @@ module.exports = {
24
// Feature for remote UFD
25
"remote-ufd",
26
// Feature for showing dtmp dialer by default
27
- "dtmf-dialer-on-by-default",
28
- // Deep Noise Suppression feature
29
- "DNS"
+ "dtmf-dialer-on-by-default"
30
],
31
beta: [
32
"call-readiness",
@@ -80,7 +78,9 @@ module.exports = {
80
78
// feature for tracking the callParticipantsLocator
81
79
"call-participants-locator",
82
// feature for breakout rooms
83
- "breakout-rooms"
+ "breakout-rooms",
+ // Deep Noise Suppression feature
+ "DNS"
84
85
stable: [
86
// Demo feature. Used in live-documentation of conditional compilation.
0 commit comments