What is better? I am writing
cSkype.ActiveCalls.Count == 0
Its the best way? I having problem, because sometimes 2 people can fire the call button on website together and Count is 0 for both, but when get PlaceCall, just one can make the call, and another get a error.
Another question, when i can Finish a call? Sometimes throw a exception when a try to finish:
if (cl != null && cl.Status != TCallStatus.clsFinished && cl.Status != TCallStatus.clsCancelled)
cl.Finish();