I'm writing a Silverlight app that uses the Lync 2010 Client API to communicate with the Lync 2010 Client. Works fine in Internet Explorer, but in Chrome/Firefox i get this:
Microsoft.Lync.Model.UnsupportedBrowserException: Browser doesn't support ActiveX at Microsoft.Lync.Model.LyncClient.HandleJavascriptException(String error) at Microsoft.Lync.Model.LyncClient.EnsureOfficeIntegration() at Microsoft.Lync.Model.LyncClient.GetClient() at LyncSilverlightApplication2.Page.button1_Click(Object sender, RoutedEventArgs a)
The documentation hints that the API might only work in IE: "Internet Explorer 7 and Internet Explorer 8 currently support Lync Controls." This statement doesn't really exclude other browsers and the API could be independent from the controls. But still.
So; Does the new Microsoft Lync 2010 Client API work in non-IE browsers?