简体   繁体   English

Lync 2010 SDK在现有对话上共享应用程序

[英]Lync 2010 SDK Share Application on an existing conversation

Is there a way to share an application on an existing open conversation window, using Lync 2010 SDK. 是否可以使用Lync 2010 SDK在现有的打开的对话窗口上共享应用程序。

Every example that I have come across talks about starting a new conversation Example: Walkthrough: Share an Application Process with Another User (Lync 2010 SDK) https://msdn.microsoft.com/en-us/library/office/hh378559(v=office.14).aspx 我遇到的每个示例都谈论开始新的对话示例:演练:与另一个用户共享应用程序过程(Lync 2010 SDK) https://msdn.microsoft.com/zh-cn/library/office/hh378559 ( v = office.14).aspx

You don't need to do anything to "share" the applications with multiple applications using the Lync Client SDK. 您无需执行任何操作即可使用Lync Client SDK与多个应用程序“共享”应用程序。 I like to thing of the Lync Client SDK as an API that remote controls the Lync Client application. 我喜欢将Lync Client SDK用作远程控制Lync Client应用程序的API。

This is why multiple applications using the Lync Client SDK works as the Lync Client runs as a separate process and can take remote commands from Lync Client SDK application processes. 这就是为什么使用Lync Client SDK的多个应用程序可以工作的原因,因为Lync Client作为单独的进程运行,并且可以从Lync Client SDK应用程序进程获取远程命令。 It is also why when the Lync Client is no running why the Lync Client SDK can't do anything. 这也是为什么当Lync Client不运行时Lync Client SDK无法执行任何操作的原因。

There is a "special" mode that you can run a Lync Client as a second instance of the Lync Client process without a UI called UI suppression mode or side by side mode . 有一种“特殊”模式,您可以将Lync Client作为Lync Client进程的第二个实例运行,而无需称为UI抑制模式或并排模式的UI Useful if you wish to do something outside of the visibility of the main Lync Client or if you are crazy enough to replace the complete UI of the Lync Client. 如果您希望做一些主要Lync Client可视范围之外的事情,或者如果您疯狂地替换了Lync Client的完整UI,则很有用。

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

相关问题 使用Lync 2010 SDK获取所有打开的对话 - Get all opened Conversation using Lync 2010 SDK Lync 2010:在不抑制UI的情况下捕获用户在对话中发送的消息 - Lync 2010: Capturing message that the user sends in a conversation while not suppressing the UI 如何使用C#在Lync对话中共享视频? - How to Share Video in a Lync Conversation using C#? 通过客户端SDK使Lync MeetNow对话保持活动状态 - Keep Lync MeetNow conversation alive from Client SDK 是否可以在不使用winformshost的情况下将Lync SDK对话停靠在WPF上? - Can I dock Lync SDK conversation on WPF without using winformshost? 在UI抑制模式下使用Lync SDK 2013录制对话 - Recording conversation using Lync SDK 2013 in UI suppression mode 未启动自己的应用程序时从lync获取对话信息 - Get conversation information from lync when own application is not started 在UI抑制模式下向会话Lync 2013 SDK中的特定用户发送IM消息 - Send IM message to specific user in the conversation Lync 2013 SDK in UI suppression mode 使用Exchange Web Service [EWS] Lync Client SDK保存对话历史记录 - Save Conversation History by using Exchange Web Service [ EWS ] Lync Client SDK 使用Microsoft Lync从第三方应用程序进行音频呼叫-Lync SDK - Making audio calls using Microsoft Lync from a third party application - Lync SDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM