cketti / jitsi-hacks

Jitsi Hacks – Extending Jitsi Meet using injected scripts
https://jitsi-hacks.cketti.eu
Apache License 2.0
34 stars 4 forks source link

reorder.js doesn't work with 8x8 video conference site. #5

Open supernovajm opened 3 years ago

supernovajm commented 3 years ago

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
cketti commented 3 years ago

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.

badirdev commented 3 years ago

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.

slesru commented 2 years ago

It's very pity this script does not work with current jitsi meet. May be there is update one?