Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate skype feature in my native app

I want to integrate Skype APIs in my native app. Is that possible? I have Googled around and couldn't find a way to start. I know there are APIs available for Mac OS X.

Can I make use of those APIs for my iPhone app? I know it is possible, as many apps like Nimbuzz have integrated Skype APIs in their iPhone apps.

like image 466
Aditya Avatar asked Sep 27 '11 12:09

Aditya


People also ask

Can I integrate Skype into my website?

While most Skype communication is done using a running Skype client on both ends of the conversation, you can embed Skype into a webpage or email using HTML code generated by the Skype website. Once placed within your webpage or email, the code appears as a Skype call-me button.

Does Skype have an API?

SKYPE IS WILLING TO LICENSE THE SKYPE DESKTOP API TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL THE TERMS CONTAINED IN THIS AGREEMENT. BY USING THE SKYPE DESKTOP API, YOU HAVE INDICATED THAT YOU UNDERSTAND THIS AGREEMENT AND ACCEPT ALL OF ITS TERMS.

What is Microsoft Skype app?

Skype is software that enables the world's conversations. Millions of individuals and businesses use Skype to make free video and voice one-to-one and group calls, send instant messages and share files with other people on Skype.


2 Answers

Skype has a Public API which you can reference. This page has a wealth of information on how to use the API and the various commands. There is no public framework which abstracts it any further so you'll need to investigate how to make the actual commands by deconstructing the various wrappers.

I don't think Skype wants to particularly bring their API wrappers to the iPhone because you'd be competing directly with their own application. They do provide Cocoa wrappers but those are in the form of a framework and you can't have your own custom frameworks in an iPhone Application (only Apple approved ones). Also relevant: Skype bans Nimbuzz and fring while faking stats

like image 140
Suhail Patel Avatar answered Oct 15 '22 14:10

Suhail Patel


SkypeKit sounds like what you want.

like image 2
AKX Avatar answered Oct 15 '22 16:10

AKX