I'm trying to create a simple script that can initiate a call to a contact on Skype For Businness.
Actually, i'm trying to do it using the Lync 2013 SDK in C# but it don't seems to work. The function LyncClient.ConversationManager.AddConversation()
just don't want to work and it launch a stupid exception : Microsoft.Lync.Model.LyncClientException
. Of course, this exception isn't referenced on the microsoft doc...
There is almost two days i've past on it, if someone have a solution i'll be thanksfull !