1 / 8

Skype API

Skype API. Hiroshi OHSUGA. Outline ~目次~. Over view of the Skype API phone API access API Skype API for Java. Over view of the Skype API. Skype protocol defines communications in Skype.

ziv
Télécharger la présentation

Skype API

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Skype API Hiroshi OHSUGA

  2. Outline ~目次~ • Over view of the Skype API • phone API • access API • Skype API for Java

  3. Over view of the Skype API • Skype protocol • defines communications in Skype. • always uses the correct protocol version to match the protocol version reported by a connecting device or application. • never responds with a higher protocol than the connecting device or application and the default protocol it uses is version 1.

  4. Over view of the Skype API • phone API • controlling devices • hook on/off • mute on/off • listening event on devices • button pressed/released

  5. Over view of the Skype API • access API • controlling Skype functions • get a user profile • place a call • all other functions • including following API • Profile API • Contact List API • Group API • Chat API • Voice Chat API • Video Chat API • SMS API • AP2AP API (P2P API)

  6. Skype API for Java • implementation of Skype API in Java • version 4/5 (2006/11/13) • Windows Only • required • JDK1.5.0 or later • eclipse3.2 or later • Skype2.5 or later

  7. Simple Demo Remote Local Skype Skype Java Device Chat SkypeAPI SkypeAPI

  8. Official WEB Page • https://developer.skype.com/Docs/ApiDoc/FrontPage • Skype API for Java • http://skype.sourceforge.jp/ • Skype API / A2A(App2App) • http://mixi.jp/view_community.pl?id=386105

More Related