mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 15:16:58 +02:00
Update to 2024-07-22 23:00
This commit is contained in:
6
roles/jitsi/files/prosody/modules/mod_speakerstats.lua
Normal file
6
roles/jitsi/files/prosody/modules/mod_speakerstats.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
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