1

I want to write a Processing sketch to listen in on a local Skype call happening in the Skype desktop client. Skype offers a Desktop API as well as an SDK, but I don't know how to integrate these with Processing. I need to stick with Processing, because I am trying to control an Arduino board with an incoming Skype chat.

I know this is a reasonable ask, since the Twitter4J library is a similar type of solution that works if I wanted to listen to a Twiiter feed. I think the trick is getting the Java version of the Skype SDK manipulated in such a way that it works as a library for Processing.

By "Processing", I mean the language, which you can find at processing.org.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
bbusche
  • 21
  • 5

1 Answers1

2

Your best bet would not to be to develop it as a Processing-specific library, but a Java one.

Processing can use the methods of any Java library anyway, like the Twitter4J library you mention.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
jesses.co.tt
  • 2,689
  • 1
  • 30
  • 49