Calling by skype using C#
问题 I want to develop an assistant software for blind people like Jarvis. It is a C# form application. I need to connect my C# project with Skype API so as to call to some username by using Skype. When I command by using Call John , it responds by calling to John by Skype. Can someone show me some snippets of code that'll help towards this? 回答1: To start the Skype call, Process.Start("callto:john"); . You can concatenate "callto:" with the name of the contact. Look at MSDN Documentation on Speech