skype-java-api
skype-java-api copied to clipboard
CommandFailedException while trying to initiate a skype call in Javaproject.
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.