pytgvoip icon indicating copy to clipboard operation
pytgvoip copied to clipboard

Telegram VoIP Library for Python

Results 4 pytgvoip issues
Sort by recently updated
recently updated
newest added

Hello, I want to finish a call once the play is over. How can I check if the call is still "playing"? I saw that call.playing is available in libtgvoip...

libtgvoip is build and ready ``` > ldconfig -p | grep voip libtgvoip.so.2 (libc6,x86-64) => /usr/local/lib/libtgvoip.so.2 libtgvoip.so (libc6,x86-64) => /usr/local/lib/libtgvoip.so ``` But pip installation fails: ``` > pip install pytgvoip...

Does it support video call? Can i connect a USB camera and get the video stream?

Hi! I am so grateful y'all made this. I'm trying to find the wheel to install for Windows but I think the last working build's artifact got deleted: Can someone...