Amanda
Amanda

Reputation: 1

ASP.NET code to receive IM using lync SDK 2013 (c#)

I am a beginner in this field and learning how to send and receive IM using lync SDK 2013. i have gone through and understood how to send IM using lync SDK 2013. Now I want to learn how to receive IM using the same. can anyone help me with the code ?

Upvotes: 0

Views: 143

Answers (2)

John Austin
John Austin

Reputation: 86

Unfortunately, the Lync 2013 client SDK has a hard dependency on the Lync 2013 client application. That is, you app can only run on a computer where the Lync 2013 client is installed and can run. This is because the SDK depends on the SIP protocol stack that lives in the client. If you want to send and receive IM in an ASP.NET app, you'll need to use our Skype Web SDK, as was indicated in the first answer.

Upvotes: 0

BastianW
BastianW

Reputation: 2658

There are plenty resources in the internet which can be helpful:

However it totally depends on your needs and what you wish to build, so its not that easy to answer (e.g. Error Handling if the user is offline or not, and such stuff).

Upvotes: 1

Related Questions