Browse Source

Enable polls for breakout rooms by default.

factor2
Дамян Минков 3 years ago
parent
commit
c6eccb1a5a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 1
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example View File

@@ -83,6 +83,7 @@ Component "breakout.jitmeet.example.com" "muc"
83 83
         "muc_domain_mapper";
84 84
         --"token_verification";
85 85
         "muc_rate_limit";
86
+        "polls";
86 87
     }
87 88
     admins = { "focusUser@auth.jitmeet.example.com" }
88 89
     muc_room_locking = false

Loading…
Cancel
Save