You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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);