選択できるのは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);