mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 15:16:58 +02:00
Update to 2025-07-28 13:00
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local speakerstats_component
|
||||
= module:get_option_string("speakerstats_component", "speakerstats."..module.host);
|
||||
-- TODO: Remove this file after several stable releases when people update their configs
|
||||
module:log('warn', 'mod_speakerstats is deprecated and will be removed in a future release. '
|
||||
.. 'Please update your config by removing this module from the list of loaded modules.');
|
||||
|
||||
-- Advertise speaker stats so client can pick up the address and start sending
|
||||
-- dominant speaker events
|
||||
module:add_identity("component", "speakerstats", speakerstats_component);
|
||||
module:depends('jitsi_session');
|
||||
module:depends('features_identity');
|
||||
|
Reference in New Issue
Block a user