Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions charts/matrix-stack/source/matrix-rtc.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ enabled: true

# Allows restricting room creation to local users only
# Remote federated users can still join the room
# Defaults to false for now until clients are upgraded to support the new mechanism
restrictRoomCreationToLocalUsers: false
restrictRoomCreationToLocalUsers: true

# LiveKit Authentication Configuration
# This section allows you to configure authentication for the LiveKit SFU.
Expand Down
3 changes: 1 addition & 2 deletions charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ matrixRTC:

# Allows restricting room creation to local users only
# Remote federated users can still join the room
# Defaults to false for now until clients are upgraded to support the new mechanism
restrictRoomCreationToLocalUsers: false
restrictRoomCreationToLocalUsers: true

# LiveKit Authentication Configuration
# This section allows you to configure authentication for the LiveKit SFU.
Expand Down
3 changes: 3 additions & 0 deletions newsfragments/926.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The MatrixRTC SFU now restricts creation of calls to users on the local homeserver.

This can be changed back to allowing anyone to create calls on the SFU by by setting `matrixRTC.restrictRoomCreationToLocalUsers: false`.
Loading