Lync启用Windows应用商店应用程序 - 文件传输&视频对话 - Lync SDK

时间:2012-10-30 09:30:34

标签: lync-2010

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

  1. 文字对话
  2. 音频对话
  3. 视频对话
  4. 文件共享(发送/接收)
  5. 远程桌面共享
  6. 白板分享
  7. 以下是我们将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.
    

    我们目前能够启用Text&在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应用商店App&标准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应用商店的用户体验    用户必须接受文件传输以在对话窗口中手动接收 如果Automation API是唯一适用于Windows应用商店应用的选项,请告知是否有最佳解决方案可以避免上述行为。

0 个答案:

没有答案