瀏覽代碼

Enables speakerstats component and module by default.

j8
damencho 5 年之前
父節點
當前提交
2420a68be9
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. 5
    1
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 5
- 1
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example 查看文件

18
                 key = "/etc/prosody/certs/jitmeet.example.com.key";
18
                 key = "/etc/prosody/certs/jitmeet.example.com.key";
19
                 certificate = "/etc/prosody/certs/jitmeet.example.com.crt";
19
                 certificate = "/etc/prosody/certs/jitmeet.example.com.crt";
20
         }
20
         }
21
+        speakerstats_component = "speakerstats.jitmeet.example.com"
21
         -- we need bosh
22
         -- we need bosh
22
         modules_enabled = {
23
         modules_enabled = {
23
             "bosh";
24
             "bosh";
24
             "pubsub";
25
             "pubsub";
25
             "ping"; -- Enable mod_ping
26
             "ping"; -- Enable mod_ping
27
+            "speakerstats";
26
         }
28
         }
27
-
28
         c2s_require_encryption = false
29
         c2s_require_encryption = false
29
 
30
 
30
 Component "conference.jitmeet.example.com" "muc"
31
 Component "conference.jitmeet.example.com" "muc"
44
 
45
 
45
 Component "focus.jitmeet.example.com"
46
 Component "focus.jitmeet.example.com"
46
     component_secret = "focusSecret"
47
     component_secret = "focusSecret"
48
+
49
+Component "speakerstats.jitmeet.example.com" "speakerstats_component"
50
+    muc_component = "conference.jitmeet.example.com"

Loading…
取消
儲存