Logo
Explore Help
Register Sign In
ZF/jitsi-meet
1
0
Fork 0
You've already forked jitsi-meet
mirror of https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git synced 2026-05-19 23:37:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
ba1102100a2ac2b201d8e461ea71445e218c673f
jitsi-meet/resources/prosody-plugins/mod_speakerstats.lua

7 lines
298 B
Lua
Raw Normal View History

Adds server-side speaker stats handling. Adds the component which receives the messages from client and a module which enabled on a virtual host will start advertising the component. When clients discover the component they will send message to the component with the name of the room where the dominant speaker event happen.
2018-10-01 14:02:51 -05:00
local speakerstats_component
fix: Fixes default values in speakerstats and conf duration modules.
2021-08-27 08:02:20 -05:00
= module:get_option_string("speakerstats_component", "speakerstats."..module.host);
Adds server-side speaker stats handling. Adds the component which receives the messages from client and a module which enabled on a virtual host will start advertising the component. When clients discover the component they will send message to the component with the name of the room where the dominant speaker event happen.
2018-10-01 14:02:51 -05:00
-- 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 Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 251ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API