mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-09 20:47:45 +00:00
8 lines
306 B
Lua
8 lines
306 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);
|