mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
7 lines
298 B
Lua
7 lines
298 B
Lua
local speakerstats_component
|
|
= module:get_option_string("speakerstats_component", "speakerstats."..module.host);
|
|
|
|
-- Advertise speaker stats so client can pick up the address and start sending
|
|
-- dominant speaker events
|
|
module:add_identity("component", "speakerstats", speakerstats_component);
|