From 0fd1bc7f5a3f542c704b334b446cb0977e69b3f0 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 9 Jun 2022 13:08:03 -0400 Subject: [PATCH] Release video rooms as a beta feature (#21962) * Update labs documentation for the video rooms beta * Make video rooms opt-out on develop --- docs/labs.md | 2 +- element.io/develop/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index a2ee4103d3..0163224cab 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -176,7 +176,7 @@ Enables showing a right-click context menu when right-clicking messages in the timeline. This menu shows options that can usually be found in the message action bar or in the message options. -## Voice & video rooms (`feature_video_rooms`) [In Development] +## Video rooms (`feature_video_rooms`) Enables support for creating and joining video rooms, which are persistent video chats that users can jump in and out of. diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 4be795fd3f..6ac87c598d 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -59,7 +59,8 @@ "apiHost": "https://posthog.element.io" }, "features": { - "feature_spotlight": true + "feature_spotlight": true, + "feature_video_rooms": true }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }