开发者

Integrating Skype runtime in existing Android application

The binary distribution of the Skypekit SDK(beta) ships with binary Runtimes for different machine architectures(linux/win/mac-x86/arm-eabi). Usually, for integrating and leveraging Skype functionalities what we do is -

  1. Start Runtime
  2. Connect to it over TCP and
  3. then pass command-protocol messages(For IM, Audio/Video chat).

Per Skype FAQ:

Although there are no public builds available for Android there is a Runtime for ARM architecture and there are Java Wrappers available for communicating with this Runtime.

Question:

  1. Has anyone tried integrating Skype runtime in an existing Android application?
  2. How can we setup and start the Skype Runtime from command line? I assume once this is figured out I can use Runtime API to invoke the same from my app开发者_如何转开发lication?
  3. Can we just package all the armeabi files and load them when the app initializes, initialize the runtime and maybe then connect to it on the said port and pass command protocol messages?

Any pointers on how this could be done?

Thanks.


You might try looking at this thread to see if it answers your questions already:

how to include the Skype Kit java APIs inside an android application on Ecclipse IDE?


For any one looking for an answer, this was answered in another thread, here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜