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 Sep 11, 2024. It is now read-only.
* add video room meta space button
Signed-off-by: Timo K <[email protected]>
* Add videoRoomsSpace to meta space configuration
Signed-off-by: Timo K <[email protected]>
* temp
Signed-off-by: Timo K <[email protected]>
* dont show ppl section in video room space
Signed-off-by: Timo K <[email protected]>
* add i18n strings
Signed-off-by: Timo K <[email protected]>
* revert waitForIframe=false (this is part of another PR)
Signed-off-by: Timo K <[email protected]>
* fix missing mock room method
Signed-off-by: Timo K <[email protected]>
* test snapshot: add video room meta space
Signed-off-by: Timo K <[email protected]>
* rename Conferences -> Conference
Signed-off-by: Timo K <[email protected]>
* space panel snap test
Signed-off-by: Timo K <[email protected]>
* update snapshot
Signed-off-by: Timo K <[email protected]>
* fix test
Signed-off-by: Timo K <[email protected]>
* add video room space tests
Signed-off-by: Timo K <[email protected]>
* better logic
Signed-off-by: Timo K <[email protected]>
* Add Video MetaSpace Test
Signed-off-by: Timo K <[email protected]>
* make room join rule update reactive for the video room meta space
Signed-off-by: Timo K <[email protected]>
* temp
Signed-off-by: Timo K <[email protected]>
* fix description for meta space video room settings
Signed-off-by: Timo K <[email protected]>
* tests
Signed-off-by: Timo K <[email protected]>
* update snapshot
Signed-off-by: Timo K <[email protected]>
* review
Signed-off-by: Timo K <[email protected]>
* i18n
Signed-off-by: Timo K <[email protected]>
* fix tests
Signed-off-by: Timo K <[email protected]>
* put video meta space behind "feature_video_rooms" labs flag
Signed-off-by: Timo K <[email protected]>
* review
Signed-off-by: Timo K <[email protected]>
* update space store on RoomCreate state event
Signed-off-by: Timo K <[email protected]>
* test for updating video room space on room type update
Signed-off-by: Timo K <[email protected]>
* remove comment
Signed-off-by: Timo K <[email protected]>
* also make knock join rule rooms part of the conference section
Signed-off-by: Timo K <[email protected]>
---------
Signed-off-by: Timo K <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+6
Original file line number
Diff line number
Diff line change
@@ -2853,6 +2853,9 @@
2853
2853
"metaspaces_orphans_description": "Group all your rooms that aren't part of a space in one place.",
2854
2854
"metaspaces_people_description": "Group all your people in one place.",
2855
2855
"metaspaces_subsection": "Spaces to show",
2856
+
"metaspaces_video_rooms": "Video rooms and conferences",
2857
+
"metaspaces_video_rooms_description": "Group all private video rooms and conferences.",
2858
+
"metaspaces_video_rooms_description_invite_extension": "In conferences you can invite people outside of matrix.",
2856
2859
"spaces_explainer": "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.",
2857
2860
"title": "Sidebar"
2858
2861
},
@@ -3836,6 +3839,9 @@
3836
3839
"legacy_call": "Legacy Call",
3837
3840
"maximise": "Fill screen",
3838
3841
"maximise_call": "Maximise call",
3842
+
"metaspace_video_rooms": {
3843
+
"conference_room_section": "Conferences"
3844
+
},
3839
3845
"minimise_call": "Minimise call",
3840
3846
"misconfigured_server": "Call failed due to misconfigured server",
3841
3847
"misconfigured_server_description": "Please ask the administrator of your homeserver (<code>%(homeserverDomain)s</code>) to configure a TURN server in order for calls to work reliably.",
0 commit comments