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

mod_speakerstats.lua 306B

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