1 local speakerstats_component 2 = module:get_option_string("speakerstats_component", "speakerstats."..module.host); 3 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);