We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f156e0b commit 34d7648Copy full SHA for 34d7648
1 file changed
common/config/babel/features.js
@@ -22,7 +22,9 @@ module.exports = {
22
// Feature for remote UFD
23
"remote-ufd",
24
// Feature for on fetch profile
25
- "on-fetch-profile"
+ "on-fetch-profile",
26
+ // Block joining calls if the user is on an unsupported browser
27
+ "unsupported-browser",
28
],
29
beta: [
30
"call-readiness",
@@ -47,8 +49,6 @@ module.exports = {
47
49
"data-loss-prevention",
48
50
// Mention feature
51
"mention",
- // Block joining calls if the user is on an unsupported browser
- "unsupported-browser",
52
// Feature to show the total number of participants in a call (currently in beta in calling SDK, hence this must be conditionally compiled)
53
"total-participant-count",
54
// conditional-compile for new signaling beta
0 commit comments