taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

CommandFailedException while trying to initiate a skype call in Javaproject. #74

Open bsudhir6 opened 8 years ago

bsudhir6 commented 8 years ago

Hi All,

  I was trying to initiate a call using skype java api. and ending up with below exception - 

Exception in thread "main" com.skype.CommandFailedException: Cannot hangup inactive call at com.skype.Utils.checkError(Utils.java:77) at com.skype.Call.setStatus(Call.java:394) at com.skype.Call.finish(Call.java:367) at com.skypetesting.Main.main(Main.java:37)

For default 'echo123' it does makes the call but still ends up with above exception.

Any one have any idea of why this is happening a solution is appreciated.

Thanks, Sudhir.