I have a jitsi-meet running with “reservation” module working.
What I wanted to do is, added little code to that module so that the incoming info will be saved to a sql table (same as accounts, I tried different store but didnt work out under same domain “mydomain.mytalk.com”? in mydomain.cfg.lua) and later use another module “preset.lua” under “conference.mydomain.mytalk.com” where I wanted to access/destroy those sql table info’s and preset the room environment (pass/subject) and apply to created room by hooking events.
But It seemed like when I was able to save data from “reservation” module the other “preset” module was unable to access/change/delete (was working when reservation module was not accessing) those info’s of same store under different domain. even as i am using sql for both account and reservation data I cant use different table …!
how can I solve this use case ? thanx in advance if someone with more experince in prosody storage module can help me implementing this or give me a right direction