You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2022. It is now read-only.
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.