简体   繁体   English

ASP.NET代码使用lync SDK 2013(c#)接收IM

[英]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. 我是该领域的初学者,并且学习如何使用lync SDK 2013发送和接收IM。我已经遍历并了解了如何使用lync SDK 2013发送IM。现在,我想学习如何使用lync SDK 2013发送IM。 can anyone help me with the code ? 谁能帮我提供代码?

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 (eg Error Handling if the user is offline or not, and such stuff). 但是,它完全取决于您的需求和您想要构建的内容,因此它并不是那么容易回答(例如,如果用户不在线则进行错误处理,等等)。

Unfortunately, the Lync 2013 client SDK has a hard dependency on the Lync 2013 client application. 不幸的是,Lync 2013客户端SDK对Lync 2013客户端应用程序具有硬依赖性。 That is, you app can only run on a computer where the Lync 2013 client is installed and can run. 也就是说,您的应用只能在安装了Lync 2013客户端并且可以运行的计算机上运行。 This is because the SDK depends on the SIP protocol stack that lives in the client. 这是因为SDK依赖于客户端中存在的SIP协议栈。 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. 如果要在ASP.NET应用程序中发送和接收IM,则需要使用我们的Skype Web SDK,如第一个答案所述。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM