currently i involve in web based document management project. There's a requirement to retrieve the Lync IM conversation history that is related with any specific document.
so the team is decided to use conversation subject as the key to filter the IM conversation history. in big picture, if user A want to chat user B about document C, then user A should click a button in web app, then web app will launch the Lync conversation between them and set the conversation subject with "Document C's ID".
now the problem is, how to launch the Lync conversation with subject from the web app? i have tried the Lync SDK with no luck. there's an error "Microsoft.Lync.Model.ClientNotFoundException: The host process is not running" when the codes run in web app. its running well while its running in desktop app. i have done some research about UCWA, unfortunately there are some prerequisites need to be configured in Lync Server to activate the UCWA. so i can't try the sample codes that is available on http://ucwa.skype.com in our production server. i just want to ensure this can be done by UCWA before i setup my development servers (AD, Exchange, Lync etc) since it take a lot of efforts to setup the whole things.
FYI, we use Lync 2013 client, exchange 2013, Lync server 2013 for this case.