Skype API - to make calls and send messages

烈酒焚心 提交于 2021-01-28 03:33:05

问题


Is there a way to implement skype API in C# or any other language.

I was using Skype4com.DLL but it is deprecated not working with the skype latest updates. I was using it in a Skype plugin(windows application) to log in and make calls. As an alternative, I thought UCWA Skype Web SDK would be the best solution, but it serves a different purpose.

There are companies that are still using it like https://www.minutizer.com/. I can't figure out the way they are able to detect calls and messages.

Help needed! Thanks


回答1:


According to: Skype Developer Platform supported topologies you can choose from:



You can also choose to use Lync SDK -

By using Lync 2013, a developer can provide instant messaging (IM), voice, video, application sharing, and meeting session functionality in a custom client or LOB application




回答2:


Skype has discontinued the desktop API in 2013. As a result, you wouldn't find any libraries supporting skype programmatically. That's the reason for deprecating libraries like Skype4com and Skype4Java.

https://blogs.skype.com/news/2013/11/06/feature-evolution-and-support-for-the-skype-desktop-api/

The best option for you to implement voice, SMS or video calling is to use a service like Twilio or Plivo which are having wide support for many programming languages including C#.



来源:https://stackoverflow.com/questions/59354978/skype-api-to-make-calls-and-send-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!