depecher
depecher copied to clipboard
voice calling missing
I know depecher is in an early stage, but i think voice calling would be a really missing feature.
Just wondering if this is being worked on? I think that's the only feature missing from depecher before we can uninstall the android client.
problem is compiling libtgvoip
Unfortunately I am not really a developer so I don't know what the problem is (or even how to compile libtgviop
). I guess it's not as easy as just taking the library from the arm64 package that debian apparently has?
uff I'm not sure. Is the library completely statically linked? because if not, we have dependencies which have dependencies,.. and so on.
Hmm, not sure honestly, I don't even use Debian :upside_down_face: That said, I have a plan B (which is probably also a bad idea for a reason unbeknownst to me): We could compile it statically ourselves in say, an arch chroot. That way we would get:
- environment that has the necessary dependencies
- a library for arm64 pretty easily. I guess if you know what you're doing you can just cross-compile on a normal PC....
- obviously a statically built library.
Again, I am probably missing something. That's my ideas at least :)