jitsi-hacks
jitsi-hacks copied to clipboard
reorder.js doesn't work with 8x8 video conference site.
8x8 is the paid version of Jitsi. Meetings are hosted from https://app.8x8.vc
When using the reorder.js shortcut, the following error appears in the console:
reorder.js:10 Uncaught ReferenceError: $ is not defined
at addDragulaStyles (reorder.js:10)
at reorder.js:108
at reorder.js:114
addDragulaStyles @ reorder.js:10
(anonymous) @ reorder.js:108
(anonymous) @ reorder.js:114
Sounds like their version of Jitsi is a bit different than the open source version.
A pull request to add support for 8x8 is welcome. But I have no interest in doing this myself.
I get this same error with jitsi not the 8x8 version, and I am hosting on my own server. Trying to get the reorder to work.
It's very pity this script does not work with current jitsi meet. May be there is update one?