Skip to content

Commit 34d7648

Browse files
committed
Move Unsupported Browser Version to alpha
1 parent f156e0b commit 34d7648

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/config/babel/features.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ module.exports = {
2222
// Feature for remote UFD
2323
"remote-ufd",
2424
// Feature for on fetch profile
25-
"on-fetch-profile"
25+
"on-fetch-profile",
26+
// Block joining calls if the user is on an unsupported browser
27+
"unsupported-browser",
2628
],
2729
beta: [
2830
"call-readiness",
@@ -47,8 +49,6 @@ module.exports = {
4749
"data-loss-prevention",
4850
// Mention feature
4951
"mention",
50-
// Block joining calls if the user is on an unsupported browser
51-
"unsupported-browser",
5252
// Feature to show the total number of participants in a call (currently in beta in calling SDK, hence this must be conditionally compiled)
5353
"total-participant-count",
5454
// conditional-compile for new signaling beta

0 commit comments

Comments
 (0)