我正在编写一个使用 Lync 2010 客户端 API 与 Lync 2010 客户端通信的 Silverlight 应用程序。在 Internet Explorer 中运行良好,但在 Chrome/Firefox 中我得到了这个:
Microsoft.Lync.Model.UnsupportedBrowserException:浏览器不支持 Microsoft.Lync.Model.LyncClient.HandleJavascriptException(字符串错误)的 Microsoft.Lync.Model.LyncClient.EnsureOfficeIntegration() 的 Microsoft.Lync.Model.LyncClient.GetClient 的 ActiveX () 在 LyncSilverlightApplication2.Page.button1_Click(Object sender, RoutedEventArgs a)
文档提示 API 可能仅在 IE 中工作:“ Internet Explorer 7 和 Internet Explorer 8 目前支持 Lync 控件。 ”该声明并未真正排除其他浏览器,并且API可以独立于控件。但还是。
所以; 新的 Microsoft Lync 2010 客户端 API 是否可以在非 IE 浏览器中工作?