abhi
abhi

Reputation: 253

How can we integrate Skype API?

Can we integrate Skype API in a website so that users can talk to the admins of the website using Skype? Do users need Skype username for that? Is there any site which has such functionality already?

Upvotes: 3

Views: 6913

Answers (4)

Shahid Karimi
Shahid Karimi

Reputation: 4357

Skype API is there for you to integrate in websites: https://msdn.microsoft.com/en-us/library/dn986863(v=office.16).aspx

Upvotes: 0

kenny
kenny

Reputation: 22334

Skype4COM.dll should be able to do the job assuming you're in MS-land. You could create a number of Skype users yourself and manage the logins via the API.

EDIT: the DLL requires Skype installed, which is probably unlikely. In general, Jabber is easier for these thing because of that. Another problem with Skype is windows management, especially in a web page. Consider my SO question here on window management.

Upvotes: 2

ccheneson
ccheneson

Reputation: 49410

You can also use the callto scheme (do a search for callto) or the skype scheme

Upvotes: 2

Tom van Enckevort
Tom van Enckevort

Reputation: 4198

You can put a Skype button on your website that is linked to your admin's Skype account. When a user clicks on that button (and has Skype installed on their machine) it will automatically call your admin.

Upvotes: 3

Related Questions