Skype API - to make calls and send messages

devedv picture devedv · Dec 16, 2019 · Viewed 7.5k times · Source

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

Answer

JaFizz picture JaFizz · Dec 23, 2019

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


enter image description here


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