Skip to content

Commit 0fd1bc7

Browse files
authored
Release video rooms as a beta feature (#21962)
* Update labs documentation for the video rooms beta * Make video rooms opt-out on develop
1 parent 5698389 commit 0fd1bc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/labs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Enables showing a right-click context menu when right-clicking messages in the
176176
timeline. This menu shows options that can usually be found in the message
177177
action bar or in the message options.
178178

179-
## Voice & video rooms (`feature_video_rooms`) [In Development]
179+
## Video rooms (`feature_video_rooms`)
180180

181181
Enables support for creating and joining video rooms, which are persistent video chats that users can jump in and out of.
182182

element.io/develop/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"apiHost": "https://posthog.element.io"
6060
},
6161
"features": {
62-
"feature_spotlight": true
62+
"feature_spotlight": true,
63+
"feature_video_rooms": true
6364
},
6465
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
6566
}

0 commit comments

Comments
 (0)