You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Allow joining calls and video rooms without enabling the labs flags (#95)
Since Element Call has now reached production on Element X, Element Web needs to be able to at least participate in group calls. Starting a group call or creating a video room will still require the labs flags, for now.
Note that Jitsi-based video rooms are also affected by this change. This is not because we intend to delabs them (rather, we intend to get rid of them in favor of Element Call video rooms), but because it's easiest to handle both video room variants consistently.
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
-3
Original file line number
Diff line number
Diff line change
@@ -2019,7 +2019,6 @@
2019
2019
"inviter_unknown": "Unknown",
2020
2020
"invites_you_text": "<inviter/> invites you",
2021
2021
"join_button_account": "Sign Up",
2022
-
"join_failed_enable_video_rooms": "To join, please enable video rooms in Labs first",
2023
2022
"join_failed_needs_invite": "To view %(roomName)s, you need an invite",
2024
2023
"join_the_discussion": "Join the discussion",
2025
2024
"join_title": "Join the room to participate",
@@ -2088,7 +2087,6 @@
2088
2087
},
2089
2088
"this_room_button": "Search this room"
2090
2089
},
2091
-
"show_labs_settings": "Show Labs settings",
2092
2090
"status_bar": {
2093
2091
"delete_all": "Delete all",
2094
2092
"exceeded_resource_limit": "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.",
@@ -2119,7 +2117,6 @@
2119
2117
},
2120
2118
"uploading_single_file": "Uploading %(filename)s"
2121
2119
},
2122
-
"view_failed_enable_video_rooms": "To view, please enable video rooms in Labs first",
2123
2120
"waiting_for_join_subtitle": "Once invited users have joined %(brand)s, you will be able to chat and the room will be end-to-end encrypted",
2124
2121
"waiting_for_join_title": "Waiting for users to join %(brand)s"
0 commit comments