-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
546c503
commit 76eb76f
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Beta features | ||
|
||
Beta features are features that are not ready for production yet but the team | ||
wants more people to try the features and give feedback on them. | ||
|
||
Before a feature gets into its beta phase, it is often a labs feature (see | ||
[Labs](https://github.com/matrix-org/matrix-react-sdk/blob/develop/docs/labs.md)). | ||
|
||
**Be warned! Beta features may not be completely finalised or stable!** | ||
|
||
## Threaded Messaging (`feature_thread`) | ||
|
||
Threading allows users to branch out a new conversation from the main timeline | ||
of a room. This is particularly useful in high traffic rooms where multiple | ||
conversations can happen in parallel or when a single discussion might stretch | ||
over a very long period of time. | ||
|
||
Threads can be access by clicking their summary below the root event on the room | ||
timeline. Users can find a comprehensive list of threads by click the icon on | ||
the room header button. | ||
|
||
This feature might work in degraded mode if the homeserver a user is connected | ||
to does not advertise support for the unstable feature `org.matrix.msc3440` when | ||
calling the `/versions` API endpoint. | ||
|
||
## 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters