C# Integrating With Skype
-
I am in the process of creating an intranet system for a local business. This system will contain a custom CRM, as well as various other components essential to the customers business. They will shortly be switching their phone system to Skype. We would like to develop a C# desktop app that talks with the skype application to detect when a phone call comes in, then flashes up various information for the user - such as customer name and account status. Is there an API that will allow us to do this?
-
I am in the process of creating an intranet system for a local business. This system will contain a custom CRM, as well as various other components essential to the customers business. They will shortly be switching their phone system to Skype. We would like to develop a C# desktop app that talks with the skype application to detect when a phone call comes in, then flashes up various information for the user - such as customer name and account status. Is there an API that will allow us to do this?
-
I am in the process of creating an intranet system for a local business. This system will contain a custom CRM, as well as various other components essential to the customers business. They will shortly be switching their phone system to Skype. We would like to develop a C# desktop app that talks with the skype application to detect when a phone call comes in, then flashes up various information for the user - such as customer name and account status. Is there an API that will allow us to do this?
-
Not too difficult to find: Skype for Developers[^]
Except no-where on that page does it tell me how to integrate a C# application with skype. I don't want to create a bot, accept payments, conduct interviews or add call links to my web app. I want to detect incoming calls on skype, and flash up additional data on the users screen. And to clarify, I'm talking *desktop* application, not mobile.