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
13
votes
1 answer

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 .:./skype/release/skype.jar scala>…
Jeb
  • 15,939
  • 6
  • 34
  • 37
10
votes
2 answers

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 functionalities what we do is - Start Runtime Connect…
Samuh
  • 36,316
  • 26
  • 109
  • 116
5
votes
0 answers

Skype events listener for android

Is there any Skype listener in android?? like phoneStateListener which listen the events of phone call either it is in offhook, on call, idle state etc. So, is there any listener for Skype in android by which we can detect the call events on skype…
Hulk
  • 2,565
  • 16
  • 24
3
votes
1 answer

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 client it is possible but I dont know how exactly its…
kiddo
  • 1,596
  • 7
  • 31
  • 60
3
votes
2 answers

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 com.skype.Skype.setDebug(Skype.java:116) at…
pkaeding
  • 36,513
  • 30
  • 103
  • 141
2
votes
1 answer

Using skype-java-api on a x64 system

I'm using skype-java-api to use skype in Java. The only feature that i need is to dial phone numbers on click. It works fine on windows XP x86, but i just tested it on a Windows 7 x64, and it fails. The error is: Exception in thread "Thread-2"…
user584397
  • 347
  • 2
  • 12
1
vote
0 answers

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 change? or is it just easier to use something else to…
Mockra
  • 11
  • 2
1
vote
0 answers

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 confirm, Skype returns Error 580: ALTER SMS Failed.…
Santiago Palladino
  • 3,522
  • 2
  • 26
  • 36
1
vote
2 answers

Maximum meeting limits a user can join via Skype For business ucwa application

I need to check whether a user is in the lobby in several meeting at once. I am able to get the required information via EventChannel If I join a user via skype ucwa application. This works for up to 4 meetings for me. Meaning if I join for the same…
KPJ
  • 79
  • 5
1
vote
1 answer

How to send Skype messages to chat group

I use https://github.com/taksan/skype-java-api but I can't get group chat id. When I do: Chat[] allChats = Skype.getAllChats(); it only gets chats with one person. Any solution?
Konrad R
  • 65
  • 1
  • 10
1
vote
1 answer

Add contact/friend in skype using api in Java

I want to add new contact to a skype account using java with skype api. Is there any java package available to use for the objective? Also if there is any sample code available for it please share the link Thanks in advance
Aakash Jain
  • 730
  • 1
  • 12
  • 31
1
vote
1 answer

Code to implement personal voicemail in Skype

I have a project where I will be receiving Skype calls from certain set of Skype users. The user needs to be responded by a pre-defined message and then based on response will be directed to next stop (agent or call or another pre-recorded…
Raj
  • 11
  • 5
1
vote
2 answers

Programmatically control Skype or Google+ client to initiate a video call

Is there a way to write a program in Python, C/C++, or Java, or even web programming to initiate a Skype/Google+ Hangout Video Call to someone in your contacts list? (i.e. I want to programatically launch a Skype video call) Has anyone done this…
d.mc2
  • 1,129
  • 3
  • 16
  • 31
0
votes
1 answer

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 JSONP? Facebook, twitter,etc provide their API expose to developers to make…
kitokid
  • 3,009
  • 17
  • 65
  • 101
0
votes
2 answers

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: access denied (java.lang.RuntimePermission…
Chry Cheng
  • 3,378
  • 5
  • 47
  • 79
1
2 3