3

我们正在 Windows 8 上构建移动解决方案,即 Windows Store App,为维护人员提供实时协作功能,以便与客户支持团队联系。我们正在利用 Lync 2010 客户端 SDK 来支持协作需求。以下是我们计划在应用程序中启用的关键功能

  1. 文字对话
  2. 音频对话
  3. 视频对话
  4. 文件共享(发送/接收)
  5. 远程桌面共享
  6. 白板分享

以下是我们将 Lync 与 Windows 应用商店应用程序集成所采用的方法:

     Lync  will be running in UI Suppression Mode &  app will communicate with Lync client through SDK APIs, since the functionality is needed within the application.
     Lync Assemblies are wrapped in WCF service, since Lync SDK is not available for Windows Store apps.

我们目前能够在 UI 抑制模式下通过 SDK 启用文本和音频对话

     We right now are in need of an approach to enable File sharing between the app & Lync standard Client.

可用于文件传输的选项是通过上下文对话,这需要根据以下参考进行 GUID 交换。

http://code.msdn.microsoft.com/office/Lync-2010-Transferring-f766e7aa

我们想知道这种情况在 Windows 应用商店应用程序和标准 Lync 客户端之间是否有效,如果没有要求建议正确的方法。

     Along with File transfers, we'd also need the approach to enable video conversations, remote desktop/white board sharing with the current approach (Lync -> WCF Service -> Windows Store app) as from SDK it is not clear how we get stream data which can be forwarded to Windows Store app.
     Just found out that Desktop/Whiteboard/Resource sharing is not possible in UI Suppression mode, (reference below)

http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/thread/1a7355fe-5c64-4b11-ba25-ce18d6bdd3dd

     The following behavior will be the concern from user experience point of view in case of Automation APIs, especially for Windows Store App, considering their full screen behavior

在开始对话时,相应的对话窗口会闪烁并将用户带到桌面,用户必须手动转到 windows 商店应用程序,发布此事件。在桌面应用程序的情况下,对话窗口可以停靠,即使用 DockWindow() 的 WinForms/WPF,有没有办法用于 Windows Store 应用程序?来电通知冒泡,这会干扰 Windows 应用商店应用程序的用户体验用户必须接受文件传输才能在对话窗口中手动接收 如果自动化 API 是唯一的,请告知是否有避免上述行为的最佳解决方案用于 Windows Store App 的选项。

4

0 回答 0