Browse Source

feat: Enables polls for breakout rooms.

Дамян Минков 3 years ago
parent
commit
1b51c77
1 changed files with 3 additions and 0 deletions
  1. 3 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 3 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -258,5 +258,8 @@ Component "breakout.{{ .Env.XMPP_DOMAIN }}" "muc"
         {{ if $ENABLE_SUBDOMAINS -}}
         {{ if $ENABLE_SUBDOMAINS -}}
         "muc_domain_mapper";
         "muc_domain_mapper";
         {{ end -}}
         {{ end -}}
+        {{ if not $DISABLE_POLLS -}}
+        "polls";
+        {{ end -}}
     }
     }
 {{ end }}
 {{ end }}