skype-java-api icon indicating copy to clipboard operation
skype-java-api copied to clipboard

Skype API for Java, based on Skype4Java library

Results 29 skype-java-api issues
Sort by recently updated
recently updated
newest added

When using the precompiled shaded jarfile available on the Github page on a Linux machine, an error occurs trying to load the .so file This is because the file it...

Hello, We have used skype-java-api-1.4.jar in one of our application for skype call and was working fine. If we update our java to 1.7.0_40 then Skype.isInstalled() method returns false. We...

Hi, We are using Skype4java for Skype interaction with our users. Previously this worked fine. But recently we are facing problems with our Skype. Sometimes it is automatically shuttingdown. We...

I'm doing the next: Chat[] allChats = Skype.getAllChats(); for (Chat chat : allChats) { System.out.println("chatid:"+chat.getId()); if(chat.getAllMembers().length>2) {//error And getting the error Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of...

1) Run java app. 2) Run skype. 3) Wait till skype loaded all contacts(we can even wait for 5 minutes). 4) Check from Java app Skype.isRunning(). 5) Check Skype.isRunning() return...

I'm trying to use the 1.4 version of Skype Java API, but it's not working on 64 bit java. When I call: Skype.getVersion(); i get com.skype.NotAttachedException I have tried to...

There doesn't seem to be anywhere for help requests on this project so i will post it here. I have built a test program however it simply loops, forever repeating...

If a Skype ID contains comma, it's separated with comma. e.g. "abc,123" -> "abc", "123" https://jira.skype.com/browse/SPA-115