简体   繁体   中英

Skype link to echo123

I'm trying to insert a link in a html page such that when you click it, skype calls "echo test service". Does "callto://echo123" work on all browser and almost operating system? Could I show a nice error if there isn't skype installed? I've read about skypedetection in js but it disappeared from skype site...

You would be better to use the Skype URI Scheme (Skype:echo123?call) this works on mac on windows, I don't have Linux to check it but it should work here to. callto:// is a generic handler used by many voip calling software where as Skype uri will only work with the Skype client.

Note that support for this scheme is limited on mobile platforms.

more info : https://dev.skype.com/skype-uri

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM