Questions tagged [skype-uri.js]

The Skype.ui JavaScript function enables you to dynamically embed Skype URIs that have a pre-defined appearance and user interface similar to Skype buttons, but provides additional functionality, such as video, conference calls, and multi-chats.

The Skype.ui JavaScript function enables you to dynamically embed Skype URIs that have a pre-defined appearance and user interface similar to Skype buttons, but provides additional functionality, such as video, conference calls, and multi-chats.


Skype URIs enable developers to create innovative mobile, web, and desktop apps that initiate Skype calls and chats, enabling your users to reach their friends, family and businesses in a convenient yet familiar way. For example, if your mobile app presents a contact list that contains Skype names or phone numbers, your app can use a Skype URI to launch the official Skype client and initiate a call to a selected contact.

Skype URIs are the preferred mechanism for integrating with the Skype client, and are supported on iPhone, iPad, Android, Windows (8, 7, Vista, XP), Linux and Mac OS X.

For a Skype URI to work, a Skype client must be installed on the user’s device, and the user must have an active Skype account. Certification of applications or webpages using Skype URIs is not required, since all interaction—specifically all audio and video—is through the Skype client.

Currently supported Skype URIs include:

  • switching focus to the Skype client.
  • initiating audio calls to other Skype users, phones, or mobiles—both one-to-one dialogs and multi-party conferences.
  • initiating video calls to another Skype user.
  • sending instant messages to an individual or establishing a group multi-chat.
10 questions
6
votes
1 answer

Skype URI's not Working in iOS 9

I had implemented a module for opening Skype app for various modules chat ,call, video call.It was working till iOS 8. Below is link is followed for integration https://msdn.microsoft.com/en-us/library/dn745885.aspx But it stopped working in iOS 9…
Mukesh
  • 3,680
  • 1
  • 15
  • 32
4
votes
1 answer

How to use skype API in C# .net web development

I try to make a skype call using SKYPE4COMLib library but its worked only for once Call call = skype.PlaceCall(username); do { System.Threading.Thread.Sleep(1); } while (call.Status !=…
2
votes
0 answers

Tumblr adds "denied" to the beginning of Skype URI link in a caption

I was trying to include a Skype URI link in a Tumblr caption like so: skype:echo123?chat But when I submitted the post, the link was: denied:skype:echo123?chat I've included Skype links in the past this way with no problem, so I have no idea…
M89
  • 71
  • 1
  • 6
2
votes
1 answer

Angularjs Skype URI "onclick" issue

Im trying to implement Skype Button on the website Im working on using Angularjs The code provided by the Skype API is the following
mk_yo
  • 752
  • 1
  • 12
  • 39
0
votes
1 answer

Using Skype URI can I localize the text of the Callbutton?

I'm using the generated Skype buttons found at http://developer.skype.com/skype-uris/skype-uri-tutorial-webpages using skype-uri.js The Skype button turns up fine, but the text is "Call" and I would like another text here (Ring). Couldn't find a…
Beamie
  • 647
  • 7
  • 23