pytgvoip_pyrogram
pytgvoip_pyrogram copied to clipboard
Disconnect the call after speficified time is not implemented?
how to disconnect the call after playing the audio?
You can try using multithreading to check whether there are any files to play left (call.input_files) and use call.discard_call() to hangup it when needed
Hi, Did you manage to implement the timeout? I need help to finish the call after X seconds.
Thank you!