pytgvoip_pyrogram
pytgvoip_pyrogram copied to clipboard
Hangup a call request while timeout
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 script with os.exit(0) . It doesn't work Call received site will keep ringing.