Skip to content

Commit

Permalink
Release video rooms as a beta feature (#21962)
Browse files Browse the repository at this point in the history
* Update labs documentation for the video rooms beta

* Make video rooms opt-out on develop
  • Loading branch information
robintown authored Jun 9, 2022
1 parent 5698389 commit 0fd1bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion element.io/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0fd1bc7

Please sign in to comment.