capnmidnight / Calla

Virtual Meetups through Jitsi
https://www.calla.chat
MIT License
1.08k stars 77 forks source link

Reimplement app using lib-jitsi-meet #33

Closed capnmidnight closed 4 years ago

capnmidnight commented 4 years ago

https://github.com/jitsi/lib-jitsi-meet/

This will enable more advanced integrations and remove the need to modify the base server

capnmidnight commented 4 years ago

I've created a pluggable abstraction around the Jitsi Meet External API and a series of tests that exercise the features used by Calla. This should make it easier to create a parallel interface for lib-jisti-meet.

Unfortunately, lib-jisti-meet is extremely different from the External API. A lot of features don't have a 1-to-1 mapping. The documentation is also not very good. So it's going to take some time to figure out how to get up to feature parity.

capnmidnight commented 4 years ago

So there are still some things to do:

But those are other issue tickets!