pytgvoip_pyrogram icon indicating copy to clipboard operation
pytgvoip_pyrogram copied to clipboard

Disconnect the call after speficified time is not implemented?

Open itsecres-nandant opened this issue 5 years ago • 2 comments

how to disconnect the call after playing the audio?

itsecres-nandant avatar Jan 12 '20 10:01 itsecres-nandant

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

bakatrouble avatar Jan 25 '20 17:01 bakatrouble

Hi, Did you manage to implement the timeout? I need help to finish the call after X seconds.

Thank you!

afeno avatar Feb 02 '22 18:02 afeno