[mirotalk] - add activeRooms, update dep

This commit is contained in:
Miroslav Pejic
2025-11-14 23:06:59 +01:00
parent c81094d279
commit 8a4e89aee1
14 changed files with 397 additions and 13 deletions
+3
View File
@@ -52,6 +52,9 @@ OIDC_AUTH_REQUIRED=false # set to true if authentication is required for all rou
OIDC_AUTH_LOGOUT=true # controls automatic logout from both your app and Auth0 when set to true
SESSION_SECRET='mirotalk-p2p-oidc-secret'
# Show active rooms
SHOW_ACTIVE_ROOMS=false # true or false
# Maximum participants per room
ROOM_MAX_PARTICIPANTS=1000