tags:

views:

670

answers:

3
+3  Q: 

Skype Addon in C#

I would like to try and build a Skype Addon. Is there an API? Any point in the right direction would be helpful. I would like to use C# to accomplish the task.

Thanks!

+5  A: 

Simple tutorial in C#. Also check out he Skype website and the developer forumn in particular.

mikej
This is an interesting tutorial, thank you for your reply.
JL
+3  A: 

https://developer.skype.com/Download

youll need a c# wrapper to use their sdks

Marcom
Link no longer exists. Might want to use http://developer.skype.com/. Not sure if you have to sign up to the BETA though?
Joel Kennedy
+1  A: 

I am talking about July 2010.

  1. Skype has a very bad documentation out there. Putting more or less business tricks rather then developers freedom

  2. Personally i dont prefer this, but its ok to use for C#: http://code.msdn.microsoft.com/SEHE

  3. Working in Linux/Unix is nightmare to make things for Skype.

God bless skype for linux.

Stackfan
I agree, I gave up on trying to do anything useful with their API, it sucks balls and reminds me of sendKeys, rather than a serious API.
JL