Help - Search - Members - Calendar
Full Version: How to close the 'Calling with xxxxx' dialog immediately?
Skype Community > English > Linux
Simon.lwei
I wrote a python program to test the 'Skype4Py'
This is code piece:
CODE
skype.PlaceCall('myfriend')    #calling
time.sleep(2)                  #sleep 2s
skype.ActiveCalls[0].Finish()  #hangup


Problem is: Althouth 'Finish()' can Cancel a call, but can not close the call dialog immediately, how to close it by Skype4Py?

I tried the official C++ example program, it has the same problem:
CODE
name Sam
protocol 7
call myfriend
alter call 887 hangup

Cimmo
I think that the call window simply has an expiration time and then is closed, but you can call again immediately after hangup without waiting for the window to be closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.