Questions tagged [skype4java]

Skype4Java is a wrapper library of Skype API for Java developers.

Using Skype4Java enables developers to make plug-ins on multiple platforms and use good IDEs, libraries, and frameworks.

34 questions
0
votes
1 answer

conference call facility java sip

i need to develop this app that will need to initiate a voice call between two numbers...my understanding is somethiing like using skype java api to create the conference call but i am unable to use skype for some reason is there any other way or…
i_raqz
  • 2,919
  • 10
  • 51
  • 87
0
votes
1 answer

Skype4java Onlinestauslistener

We are using skype4java plugin in our application to send the messages and calls through our application in java. We are able to get the chatListener(......) to find, when msg send and when received. Our requirement is we are get the status of the…
Govindarajulu
  • 35
  • 1
  • 1
  • 5
0
votes
0 answers

How to enable the Join Meeting Option?

I am using SkypeWebSDKOnlineSample. I have hosted locally and running successfully. Some of functionalities are not running Self (Error: NoResourceFound) Conference (UI appeared But Functionality not working) Join Meeting (Even UI does not…
Keval Pithva
  • 600
  • 2
  • 5
  • 21
0
votes
0 answers

Not able to login with Skype Web SDK Online Sample

I have downloaded Skype Web SDK sample and hosted locally. I am using SkypeWebSDKOnlineSample. When I am entering my office 365 credentials. it will redirect the UI page. And appear the loading screen. Network and Console error trace is as under…
0
votes
1 answer

How can I login in Skype web SDK with Office365 credentials?

I want to build customer chat support using Skype Web SDK (Skype for Business). Is it possible to build? I am using Java EE. I have downloaded Skype Web SDK sample and hosted locally. Right now, I am not able to login with Skype web SDK sample…
0
votes
1 answer

How to get message and sender sent via Skype with Skype4Java

Once I have received a message in Skype, I would like to be able to get the username of the sender as well as the content of the message using Skype4Java. How would I go about doing this?
0
votes
1 answer

Which one is better JSkype or Skype4Java

Difference B/W JSkype Api and Skype4Java API?
Umair Awan
  • 31
  • 1
  • 7
0
votes
1 answer

Skype.getAllChats() not detecting cloud-based group chats

I'm trying to write a bot that, for starters, listens and logs every message said in a cloud-based chat -- that is, a chat where the command \get name returns a string with the prefix 19:, e.g. 19:f0ddd8dbc5b64372a2dd1de9f37f8689@thread.skype in my…
user2706191
  • 343
  • 1
  • 3
  • 15
0
votes
0 answers

How to send a file in skype to a particular skype user using Java Application?

I want to share a normal file(.pdf, or .doc) to a particular skype user using Java Application. Please let me know how to achieve this.
Harsh Mehta
  • 571
  • 3
  • 16
0
votes
1 answer

Duplicate message requests in Skype4Java

I have this code, and it works but sometimes it sends 2 messages to the person. Skype.addChatMessageListener(new ChatMessageAdapter() { public void chatMessageReceived(ChatMessage received) throws SkypeException { if…
TxCraft
  • 35
  • 10
0
votes
1 answer

Skype4Java no swt-win32-3325

I downloaded Skyp4Java from Skype.sourceforge.jp, I imported all the recommended jars skype.jar swt.jar swt-win32-3139.dll <-- can't find that one But I can't find the 'swt-win32-3139.dll' in the download anywhere. When I try to run the program I…
Arc
  • 441
  • 1
  • 9
  • 26
0
votes
1 answer

Is Skype4Java still being developed?

Looks like the last release of this was back in 9/30/06. Is there still active development going on? Has anyone built a commercial-quality product on top of this?
Mike Kelly
  • 969
  • 1
  • 12
  • 23
0
votes
0 answers

Connecting to Multiple Instances of Skype via Java

I'm developing an application that will require integration with skype chat messaging. I've figured out most of the problem with handling integration with Skype (via Skype4Java) but I've run into one snag. I want to be able to use Skype4Java (or ANY…
Trevor
  • 1,137
  • 1
  • 19
  • 33
0
votes
0 answers

Skype4COM: to identify the incoming call event and assosciate it with one of the active skype clients on my machine

My Project: I need to build up a Skype Listener server for one of my project. It will: 1. Host 8 different dummy Skype accounts. 2. All accounts will already have associated: (a) Already Recorded audio files (b) Pre-recorded video files . 3.…
Raj
  • 11
  • 5
0
votes
1 answer

Package not found IntelliJ IDEA Skype4java

I've been so frustrated, I can't even begin writing my plugin because I'm having such problems getting a simple testcase to compile. I followed the guide on IDEAs website to add the library, which seemed to be successful because IntelliSense detects…
ownagesbot
  • 91
  • 1
  • 5