initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user