I've built a WPF application using the Lync SDK with UISuppression. One of the screens in the app features a full screen video call via Lync. I used this open source library to do the Lync video calling. https://github.com/tomorgan/Lync-UISuppression-VideoAutoAnswer
Unfortunately the quality of the fullscreen video is not great, it's as if it's a low resolution video that has been scaled up. When I do a fullscreen video call from the actual Lync client the video is crisp and sharp.
My test case is using my custom developed application to call another user using the standard Lync 2013 client. It's the video rendered within the custom application that is of poor quality.
Using the Lync SDK with UI Suppression is there any control that I have over the quality of the video?