This is code piece:
CODE
skype.PlaceCall('myfriend') #calling
time.sleep(2) #sleep 2s
skype.ActiveCalls[0].Finish() #hangup
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
protocol 7
call myfriend
alter call 887 hangup