pytgvoip_pyrogram icon indicating copy to clipboard operation
pytgvoip_pyrogram copied to clipboard

Results 10 pytgvoip_pyrogram issues
Sort by recently updated
recently updated
newest added

Hello, I was forced to upgrade pyrogram to v2.0.106 due to a "The msg_id is too low, the client time has to be synchronized." Error. Now, with pyrogram v2 I...

I issue this command `pip3 install pytgvoip-pyrogram` But i get this error and then nothing is installed: ``` pytgvoip-pyrogram 0.0.5.develop has requirement pytgvoip>=0.0.2.7, but you'll have pytgvoip 0.0.2.7.develop which is...

Looks like this line of code makes all threads froze(blocks entire script) if a call is discarded by calling end so fast(0.5-2s after start): https://github.com/bakatrouble/pytgvoip_pyrogram/blob/13c0a195547810dc57b00c793b3fb990b6a5ef06/tgvoip_pyrogram/base_call.py#L134 And this helps to avoid...

Hi, in make_call.py, await pyrogram.idle() is never reached and the program runs forever. What I did as a kludge was to put sys.exit() in end of async def call_ended(call)

I'd like to hangup a call when no answer. How should I hangup a call request ringing 20 seconds which state is not start ? I tried to terminate the...

I tried the alsa.py file and managed to call my friend. When i run the code, the program calling my other friend too. Luckily just 1 friend. Both of them...

Hi, updating to latest version breaks usage of previous non asyncio working examples. The change is not reflected in README.md and can only be seen when looking at /examples/make_call.py

Added the methods seek, next_file, previous_file Added the events file_changed, file_progress Added info about the current file being played in the attributes current_file, current_file_index and current_bytes_offset

It would be awesome to have events like 'timeupdate', 'afterstart', 'beforestop', 'onfilechange', etc We would be able to do some powerful things like dynamically adding the next song to the...