libtgvoip icon indicating copy to clipboard operation
libtgvoip copied to clipboard

VoIP library for Telegram clients

Results 21 libtgvoip issues
Sort by recently updated
recently updated
newest added

How do I get a code for telegram?

Makefile templates are missing `video/VideoPacketSender` and `video/VideoFEC` includes

Files like *configure*, *Makefile.in*, etc must not be part of the VCS (in this case Git repository)! OTOH they would be needed for releases. But you have to have tags...

Hi Thanks for your work! In our company we want to create solution for conferences with possibility to add custom secure layer. Now I am in researching process ;) I...

I see disconnect timeout in this log. Sending 21 ping, got 20 response. Doubled ping on 555 port was sended at 2020-01-11_16:10:32 and after that connection was closed. ``` 2020-01-11_16:10:32.239446...

What is the current state of support for video calls?

I'm having problems linking against `libtgvoip`: ```shell /usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::VideoPacketSender::SetSource(tgvoip::video::VideoSource*)' /usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::VideoPacketSender::VideoPacketSender(tgvoip::VoIPController*, tgvoip::video::VideoSource*, std::shared_ptr)' /usr/local/lib/libtgvoip.so: undefined reference to `tgvoip::video::ParityFEC::Decode(std::vector&, tgvoip::Buffer&)' collect2: error: ld returned 1...

https://github.com/isopen/docker/tree/master/tgvoip ``` CMakeLists.txt: ... include_directories(${PROJECT_SOURCE_DIR}/libs/include) target_link_libraries(tgvoipcall ${PROJECT_SOURCE_DIR}/libs/libtgvoip.so) ... ``` An example by which you can start writing code: https://github.com/grishka/libtgvoip/blob/public/tests/libtgvoipTests.mm

I'm having problems connecting to official telegram client using `libtgvoip` here is the log: ```console I/tgvoip: update data saving mode, config 0, enabled 0, reqd by peer 0 D/tgvoip: ===...