Pages Menu
TwitterRssFacebook

Posted by on Feb 9, 2015 in Development

Skype for iPhone update 5.10 – Skype Call URIs are back!

Skype for iPhone update 5.10 – Skype Call URIs are back!

Really quick blog post but this is good news for developers writing iPhone applications.

The latest release of Skype for iPhone (version 5.10) now supports the skype:[email protected] link type. Embedding this code in websites and native applications will open/focus the Skype application.

It’s not perfect, and it’s only for kick-starting phone calls, but it’s a good halfway house if you’re looking to embed Skype functionality for mobile clients.

There’s a full write up about version 5.10 (which also includes updates to the dialer) on the Skype Garage blog, or you download it from the App Store.

Things you can do

Making a call:

<a href="skype:[email protected]?call">Call via Skype</a>

Starting a chat:

<a href="skype:[email protected];[email protected]?chat&topic=Chat%20Topic">Start Skype Messaging</a>

Making a video call:

<a href="skype:[email protected]?call&video=true">Call with Skype</a>

More information and code samples on MSDN.

Written by Tom Morgan

Tom is a Microsoft Teams Platform developer and Microsoft MVP who has been blogging for over a decade. Find out more.
Buy the book: Building and Developing Apps & Bots for Microsoft Teams. Now available to purchase online with free updates.

Post a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.