File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments