Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
546 views

Integrating Skype runtime in existing Android application

The binary distribution of the Skypekit SDK(beta) ships with binary Runtimes for different machine architectures(linux/win/mac-x86/arm-eabi). Usually, for integrating and leveraging Skype ...
6
votes
0answers
311 views

Skype4Java via Scala on Mac OS

I'm running Mac OS 10.6, Java 1.6_17, Scala 2.8.1 final. I'm attempting to make a simple Skype call using Skype4Java by doing the following: $>export JAVA_OPTS=-d32 $>scala -classpath ...
2
votes
1answer
312 views

multiple skype login using single instance?

Can anyone please tell me how to create multiple instance of skype with different logins.(imo.im for example allows multiple skype users to login and chat).By somehow I read that using Dbus-skype ...
1
vote
0answers
119 views

Error 580 sending confirmation code request to Skype using Skype4Java

I'm trying to verify a phone number to be used as reply-to when sending Skype messages. I'm using the Skype4Java library. When I invoke the method submitConfirmationCode with the number I want to ...
1
vote
1answer
257 views

Which one is beter JSkype or Skype4Java

Difference B/W JSkype Api and Skype4Java API?
1
vote
1answer
1k views

How do I attach to Skype using Skype4Java?

I am getting the following exception when trying to run the MakeCall example code: com.skype.NotAttachedException at com.skype.Utils.convertToSkypeException(Utils.java:36) at ...
0
votes
0answers
37 views

Using Skype Api to find the phone Number in a string

I am creating a page that parses the RAWADDRESS in the individual fields of City,State,Country,Phone No,Fax No,Email,Website etc I am getting successful results for extracting WEBSITE,EMAIL by the ...
0
votes
0answers
39 views

Skype4Java or JSkype on android

I'm looking for a way to use Skype4Java or JSkype on android, any ideas how to do it? The idea is to call Skype users from my application directly.
0
votes
0answers
75 views

How do I use skype4java to inject audio into a call

I would like to play a sound in all ongoing skype calls, prefferably using skype4java (or something else if someone knows how) This is the code I have so far but it is not working, what should I ...
0
votes
1answer
389 views

Calling SKYPE API directly via URL

I am new to SKYPE. I am wondering that can we call SKYPE API directly from URL? I found a thread asking something like that. Can you retrieve your Skype status using JSON? Facebook, twitter,etc ...
0
votes
2answers
360 views

Signed applet running a PrivilegedAction still fails with an AccessControlException

Is there some sort of limit to what privileged actions are permitted even for signed applets? Here is the stack trace: Exception in thread "AWT-EventQueue-2" java.security.AccessControlException: ...
0
votes
1answer
140 views

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 ...
0
votes
1answer
48 views

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. ...
0
votes
1answer
436 views

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?