Question

I'm new at using Lync SDK. And i want to create an custom application i WPF where i have defined an screen where the video is placed, and just two buttons used to connect and disconnect. I have searched Google thin and the only thing i have found is the Microsoft Lync Client.

Was it helpful?

Solution

You could try docking the conversation window. This would leave Lync running and usable on the machine, but would bring the entire conversation window into your app.

Alternatively, you could use UI Suppression mode - This is appropriate for Kiosk-type apps, it means the Lync client isn't runnable, but you then have full control over starting conversations and displaying the UI to host those conversations. It does mean you have to create all the UI you need - you can't use Lync controls etc. You can get hold of the video window handle and use it to dock into a WPF WindowsFormsHost control.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top