Przeglądaj źródła

feat: Enables polls for breakout rooms.

Дамян Минков 3 lat temu
rodzic
commit
1b51c77

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

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