capnmidnight/Calla

dynamic import lib-jitsi-meet

manang opened this issue · 1 comments

Hi, can you tell me why you need to import dynamically lib-jitsi-meet?
Thanks

This is a limitation of Jitsi Meet. Versions of lib-jitsi-meet are tied to versions of the Jitsi Meet installation to which you are connecting. The Jitsi dev team doesn't provide a module-based version of lib-jitsi-meet. So they claim the safest thing is to always dynamically load lib-jitsi-meet from your Jitsi Meet server.

It's annoying. I don't agree with their reasoning. I have some other issues with Jitsi: #103