浏览代码

Enables speakerstats component and module by default.

j8
damencho 6 年前
父节点
当前提交
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"

正在加载...
取消
保存