How to integrate skype feature in my native app
Asked Answered
S

3

9

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.

Sportive answered 27/9, 2011 at 12:30 Comment(1)
I also want to do this. Have you found solution to it or any alternate ? if yes than do share your knowledge with me , i'll be very grade full to youBrandeebranden
E
5

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

Eau answered 8/10, 2011 at 22:25 Comment(0)
A
2

SkypeKit sounds like what you want.

Aurelie answered 27/9, 2011 at 12:32 Comment(0)
C
2

SkypeKit prohibits development on iOS devices. What may be of use to you is the URI scheme, This should let you open the skype App on your iPhone and place a call.

For additional help visit the Skype Developer Forum

Cragsman answered 8/5, 2012 at 21:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.