depecher icon indicating copy to clipboard operation
depecher copied to clipboard

voice calling missing

Open gomerust opened this issue 6 years ago • 5 comments

I know depecher is in an early stage, but i think voice calling would be a really missing feature.

gomerust avatar May 18 '18 07:05 gomerust

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.

null-von-sushi avatar Apr 24 '19 18:04 null-von-sushi

problem is compiling libtgvoip

frzifus avatar Apr 25 '19 07:04 frzifus

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?

null-von-sushi avatar Apr 25 '19 20:04 null-von-sushi

uff I'm not sure. Is the library completely statically linked? because if not, we have dependencies which have dependencies,.. and so on.

frzifus avatar Apr 25 '19 20:04 frzifus

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 :)

null-von-sushi avatar Apr 27 '19 07:04 null-von-sushi