您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

mod_speakerstats.lua 298B

123456
  1. local speakerstats_component
  2. = module:get_option_string("speakerstats_component", "speakerstats."..module.host);
  3. -- Advertise speaker stats so client can pick up the address and start sending
  4. -- dominant speaker events
  5. module:add_identity("component", "speakerstats", speakerstats_component);