Skip to content

Commit 98e80d2

Browse files
committed
Toggle SFU room creation restrictions to on
1 parent 8d478c7 commit 98e80d2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/matrix-stack/source/matrix-rtc.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ enabled: true
1010

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

1615
# LiveKit Authentication Configuration
1716
# This section allows you to configure authentication for the LiveKit SFU.

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ matrixRTC:
416416

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

422421
# LiveKit Authentication Configuration
423422
# This section allows you to configure authentication for the LiveKit SFU.

newsfragments/926.breaking.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The MatrixRTC SFU now restricts creation of calls to users on the local homeserver.
2+
3+
This can be changed back to allowing anyone to create calls on the SFU by by setting `matrixRTC.restrictRoomCreationToLocalUsers: false`.

0 commit comments

Comments
 (0)