samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Calling the skype account throws errors #144

Open egold555 opened 7 years ago

egold555 commented 7 years ago

Hi. When I call the skype account and using CallRecievedEvent I get this error.

http://pastebin.com/9u3ZyKpT

the code I am using is

@EventHandler public void onCall(CallReceivedEvent e) { e.getChat().sendMessage("Test: " + e.isCallStarted()); }

I do get two messages when I hang up though..