Pass variable between jitsi meet client side and prosody

Hello,

I’m sorry if I’ve asked this question before, but after days of searching and testing I’m still stuck,

I have information in the localstorage that I added in the client side jtisi, now I use prosody module

mod_speakerstats_component.lua

to send the data I managed to have the displayName, but not the other information, I know that the client read the localstorage and then it send the data to prosody but how I can add my localstorage variable any help please

What code do you currently have?

Hello, i fixed problem by adding local stroage here

jitsi/jitsi-meet/blob/98256a8d5bd5349fd91b733e3754d745339c46c0/react/features/base/conference/functions.js#L402

thank you