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

On linux (Skype version 4.2/4.3) the chatMessageRecieved is not called for private 1 on 1 chats 99% of the time unless the chat is opened.

The API is not working with the Webversion of Skype. It will just don't register that a guy wrote something to you!

Following error happened. ``` sh root@instance-5:~/ # java -jar skypeslackrelay-assembly-1.0.jar ** (process:2498): CRITICAL **: dbus_g_proxy_new_for_name: assertion 'connection != NULL' failed ** (process:2498): CRITICAL **: dbus_g_connection_register_g_object: assertion 'connection != NULL' failed...

Hi, I am trying to use the skype-java-api-1.6.jar file that I have downloaded from the link "https://github.com/taksan/skype-java-api". The library works fine (you have done a great job) but I have...

Hello, I am missing the method to list all participants in an ongoing Skype call. There is a method to retrieve the host (Call.getPartner) and the number of participants present...

Please sir .. thanks alot for the api it's really amazing .. i need to ask please if i want to search for people by country or city and then...

Hi, Thanks for this great API, works really well. My only problem is, that really hard to write unit test in my own program, because the API using static methods,...

Maybe it is better? System.getProperty("os.arch").contains("64") and after a while you can remove import org.apache.commons.lang.SystemUtils;

I have been Skype for Java API successfully in singular chats. But, I am getting an exception while using it in Group Chat. Below is the exception: com.skype.CommandFailedException: Invalid/uknown chat...

Hello, The ShowMenuItem code from the samples is not working for me. The 'Test menu' doesnt appear anywhere.