2018-10-01 19:02:51 +00:00
|
|
|
local speakerstats_component
|
2021-08-27 13:02:20 +00:00
|
|
|
= module:get_option_string("speakerstats_component", "speakerstats."..module.host);
|
2018-10-01 19:02:51 +00:00
|
|
|
|
|
|
|
-- Advertise speaker stats so client can pick up the address and start sending
|
|
|
|
-- dominant speaker events
|
|
|
|
module:add_identity("component", "speakerstats", speakerstats_component);
|